get_key_cols {EDCimport} | R Documentation |
Important column names
Description
Retrieve names of patient_id
(usually "SUBJID" and "PATNO") and crfname
(usually "CRFNAME") from the actual names of the datasets
Usage
get_key_cols(lookup = getOption("edc_lookup"))
Arguments
lookup |
the lookup table |
Value
a list(2) of characters with names patient_id
and crfname
[Package EDCimport version 0.4.1 Index]