Skip to contents

Load ADaM data sets from disk

Usage

read_adam(data_path, dataset = NULL, format = "sas", delim = ",", ...)

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() or readr::read_delim().

Value

An adam object.