get_subjid_cols | R Documentation |
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())
lookup |
the lookup table |
a character vector
Use edc_options()
to set default values:
edc_cols_subjid
defaults to c("PTNO", "SUBJID")
edc_cols_crfname
defaults to c("CRFNAME")
get_subjid_cols()
get_crfname_cols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.