extend_lookup | R Documentation |
This utility extends the lookup table to include:
n_id
the number of patients present in the dataset
rows_per_id
the mean number of row per patient
crfname
the actual name of the dataset
extend_lookup(
lookup,
...,
id_cols = get_subjid_cols(lookup),
crf_cols = get_crfname_cols(lookup),
datasets = get_datasets(lookup, envir = parent.frame())
)
lookup |
[ |
... |
unused |
id_cols , crf_cols |
[ |
datasets |
[ |
the lookup, extended
build_lookup()
, edc_lookup()
#tm = read_trialmaster("filename.zip", pw="xx")
tm = edc_example_mixed()
load_list(tm)
.lookup
.lookup = extend_lookup(.lookup)
.lookup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.