powered by
Retrieve names of patient ID and CRF name from the actual names of the datasets, without respect of the case. Default values should be set through options.
get_subjid_cols(lookup = edc_lookup())get_crfname_cols(lookup = edc_lookup())
get_crfname_cols(lookup = edc_lookup())
a character vector
the lookup table
Use edc_options() to set default values:
edc_options()
edc_cols_subjid defaults to c("PTNO", "SUBJID")
edc_cols_subjid
c("PTNO", "SUBJID")
edc_cols_crfname defaults to c("CRFNAME")
edc_cols_crfname
c("CRFNAME")
get_subjid_cols() get_crfname_cols()
Run the code above in your browser using DataLab