powered by
Examine the column specification
get_spec(x)
A tibblify specification object.
The data frame object to extract from.
df <- tibblify(list(list(x = 1, y = "a"), list(x = 2))) get_spec(df)
Run the code above in your browser using DataLab