get_spec {tibblify} | R Documentation |
Examine the column specification
Description
Examine the column specification
Usage
get_spec(x)
Arguments
x |
The data frame object to extract from. |
Value
A tibblify specification object.
Examples
df <- tibblify(list(list(x = 1, y = "a"), list(x = 2)))
get_spec(df)
[Package tibblify version 0.3.1 Index]