| get_spec | R Documentation |
Examine the column specification
get_spec(x)
x |
( |
A tibblify specification as returned by tspec_df(), tspec_row(),
tspec_object(), or tspec_recursive().
df <- tibblify(list(list(x = 1, y = "a"), list(x = 2)))
get_spec(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.