Short hand to as.data.table(read_fst()).
File extension can be omitted.
Usage
dt_fst(path_base, name = NULL, ext = ".fst")
Value
A data.table, read from path_base/(name).
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.
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.