as_fst | R Documentation |
This function first export the data.frame to a temporal file, and then parse it back as a fst table (class name is "fst_table").
as_fst(.data)
.data |
A data.frame |
An object of class fst_table
## Not run:
iris %>%
as_fst() -> iris_fst
iris_fst
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.