edc_lookup {EDCimport} | R Documentation |
Retrieve the lookup table from options
Description
Retrieve the lookup table from options
Usage
edc_lookup(..., check_null = TRUE)
Arguments
... |
passed on to |
check_null |
whether to stop if lookup is NULL |
Value
the lookup dataframe summarizing the database import
See Also
build_lookup()
, extend_lookup()
Examples
tm = edc_example()
load_list(tm)
edc_lookup()
edc_lookup(dataset)
[Package EDCimport version 0.5.2 Index]