get_meta_cols | R Documentation |
In most trialmaster exports, many datasets share a certain amount of columns containing meta-data that are often irrelevant to the point. This function identifies the columns that are present in at least 95% of datasets (by default)
get_meta_cols(min_pct = getOption("edc_meta_cols_pct", 0.95))
min_pct |
Default= |
a character vector
tm = edc_example_mixed()
load_list(tm)
meta_cols = get_meta_cols()
long_mixed %>% dplyr::select(-dplyr::any_of(meta_cols))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.