Learn R Programming

EDCimport (version 0.5.2)

edc_lookup: Retrieve the lookup table from options

Description

Retrieve the lookup table from options

Usage

edc_lookup(..., check_null = TRUE)

Value

the lookup dataframe summarizing the database import

Arguments

...

passed on to dplyr::arrange()

check_null

whether to stop if lookup is NULL

See Also

build_lookup(), extend_lookup()

Examples

Run this code
tm = edc_example()
load_list(tm)
edc_lookup()
edc_lookup(dataset)

Run the code above in your browser using DataLab