Skip to contents

[Deprecated] Short hand to as.data.table(read_fst()). File extension can be omitted.

Usage

dt_fst(path_base, name = NULL, ext = ".fst")

Arguments

path_base

A character string, providing the path to read from.

name

A character string, the file name.

ext

A character string, optional, specifying the file extension.

Value

A data.table, read from path_base/(name).

Details

Output is a data.table. The function is deprecated, with the use of parquet tables. Tables can now be loaded IN-memory or OUT of memory with dt_parquet.

Examples


# dt_fst is deprecated and will generate an error