Load ADaM data sets from disk
Arguments
- data_path
The path to read from.
- dataset
The data set names to load, defaults to all, if NULL.
- format
The data format, can be one of "sas", "xpt" or "csv."
- delim
Delimiter in csv files.
- ...
Further arguments to
haven::read_sas(),haven::read_xpt()orreadr::read_delim().