Learn R Programming

EDCimport (version 0.4.1)

get_lookup: Generate a lookup table

Description

Generate a lookup table

Usage

get_lookup(data_list)

Value

a dataframe summarizing column names and labels

Arguments

data_list

a list containing at least 1 dataframe

Examples

Run this code
x = edc_example()
x$.lookup=NULL
lk = get_lookup(x)
lk
lk %>% tidyr::unnest(c(names, labels))

Run the code above in your browser using DataLab