powered by
Attempt to list all columns in the database and group the ones that are common to some datasets. Useful to find keys to pivot or summarise data.
get_common_cols(lookup = edc_lookup(), min_datasets = 3)# S3 method for common_cols summary(object, ...)
# S3 method for common_cols summary(object, ...)
a tibble of class "common_cols"
the lookup table, default to edc_lookup()
edc_lookup()
the minimal number of datasets to be considered
an object of class "common_cols"
unused
tm = edc_example() load_list(tm) x = get_common_cols(min_datasets=1) x summary(x)
Run the code above in your browser using DataLab