as_fst: Save a data.frame as a fst table

View source: R/as_fst.R

as_fstR Documentation

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)

Arguments

.data

A data.frame

Value

An object of class fst_table

Examples


## Not run: 
  iris %>%
    as_fst() -> iris_fst
  iris_fst

## End(Not run)

tidyfst documentation built on June 22, 2024, 9:29 a.m.