Description Usage Arguments Details Value
Given a cols specificaton, convert it to a dataframe.
1 |
spec |
A cols specification to be written as a dataframe. |
One use case is to write the returned dataframe as a csv
in lieu of
writing out a cols specification as an rds
object. This
is useful for cases when reading a cols specification as an
rds
throws an error.
The inverse operation is spec_from_df.
A tibble representation of a cols specification.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.