Save a data.frame as a fst table
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
iris %>% as_fst() -> iris_fst iris_fst
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.