Learn R Programming

EDCimport (version 0.6.0)

edc_lookup: Retrieve the lookup table from options

Description

Retrieve the lookup table from options

Usage

edc_lookup(..., check = TRUE)

Value

the lookup dataframe summarizing the database import

Arguments

...

passed on to dplyr::arrange()

check

whether to check for internal consistency

Examples

Run this code
db = edc_example()
load_database(db)
edc_lookup()
edc_lookup(dataset)

Run the code above in your browser using DataLab