get_datasets: Retrieve the datasets as a list of data.frames
Description
Get the datasets from the lookup table as a list of data.frames.
Usage
get_datasets(lookup = getOption("edc_lookup"), envir = parent.frame())Value
a list of all datasets
Arguments
- lookup
the lookup table
- envir
(internal use)