Learn R Programming

tidyft (version 0.9.20)

as_fst: Save a data.frame as a fst table

Description

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").

Usage

as_fst(.data)

Value

An object of class fst_table

Arguments

.data

A data.frame

Examples

Run this code

# \donttest{
  iris %>%
    as_fst() -> iris_fst
  iris_fst
# }

Run the code above in your browser using DataLab