edc_lookup: Retrieve the lookup table from options

View source: R/lookup.R

edc_lookupR Documentation

Retrieve the lookup table from options

Description

Retrieve the lookup table from options

Usage

edc_lookup(..., check_null = TRUE)

Arguments

...

passed on to dplyr::arrange()

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)

EDCimport documentation built on April 4, 2025, 1:18 a.m.