powered by
Generate a lookup table
get_lookup(data_list)
a dataframe summarizing column names and labels
a list containing at least 1 dataframe
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