Learn R Programming

vigicaen (version 0.16.1)

dt_fst: Read fst and convert to data.table

Description

[Deprecated] 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.

See Also

dt_parquet(), tb_vigibase(), tb_who(), tb_meddra()

Examples

Run this code

# dt_fst is deprecated and will generate an error

Run the code above in your browser using DataLab