powered by
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)
An object of class fst_table
fst_table
A data.frame
# \donttest{ iris %>% as_fst() -> iris_fst iris_fst # }
Run the code above in your browser using DataLab