Examine the column specification
get_spec(x)
x
The data frame object to extract from.
A tibblify specification object.
df <- tibblify(list(list(x = 1, y = "a"), list(x = 2))) get_spec(df)