API Reference

Data

Reading, writing, and managing data files

Common Functions

These are the most commonly used functions in this category:

data_add()

Registers an existing data file with the Framework data catalog. This allows you to track files tha

data_list()

Lists all data specifications defined in the configuration, showing the data key, path, type, and d

data_read()

Supports CSV, TSV, RDS, Excel (.xlsx, .xls), Stata (.dta), SPSS (.sav, .zsav, .por), and SAS (.sas7

data_save()

Save data using dot notation or file path

Other Functions

Function Description
data_info() Gets the data specification for a given dot notation path from settings.yml. Supports dot notation

All Functions

Function Description
data_add() Registers an existing data file with the Framework data catalog. This allows you to track files tha
data_info() Gets the data specification for a given dot notation path from settings.yml. Supports dot notation
data_list() Lists all data specifications defined in the configuration, showing the data key, path, type, and d
data_read() Supports CSV, TSV, RDS, Excel (.xlsx, .xls), Stata (.dta), SPSS (.sav, .zsav, .por), and SAS (.sas7
data_save() Save data using dot notation or file path