Skip to contents

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.

Usage

get_subjid_cols(lookup = get_lookup())

get_crfname_cols(lookup = get_lookup())

Arguments

lookup

the lookup table

Value

a character vector

options

Use edc_options() to set default values:

  • edc_cols_subjid defaults to c("PTNO", "SUBJID")

  • edc_cols_crfname defaults to c("CRFNAME")

Examples

get_subjid_cols()
#> [1] "SUBJID"
get_crfname_cols()
#> [1] "crfname"