build_lookup | R Documentation |
Generate a lookup table
build_lookup(data_list)
data_list |
a list containing at least 1 dataframe |
a dataframe summarizing column names and labels
extend_lookup()
, edc_lookup()
x = edc_example()
x$.lookup=NULL
lk = build_lookup(x)
lk
lk %>% tidyr::unnest(c(names, labels))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.