powered by
This utility extends the lookup table to include:
n_id the number of patients present in the dataset
n_id
rows_per_id the mean number of row per patient
rows_per_id
crfname the actual name of the dataset
crfname
extend_lookup( lookup, ..., id_cols = get_subjid_cols(lookup), crf_cols = get_crfname_cols(lookup), datasets = get_datasets(lookup, envir = parent.frame()) )
the lookup, extended
[data.frame(1)] the lookup table
data.frame(1)
unused
[character(n)] for experts only
character(n)
[data.frame(n)] for experts only
data.frame(n)
build_lookup(), edc_lookup()
build_lookup()
edc_lookup()
#tm = read_trialmaster("filename.zip", pw="xx") tm = edc_example_mixed() load_list(tm) .lookup .lookup = extend_lookup(.lookup) .lookup
Run the code above in your browser using DataLab