get_subjid_cols {EDCimport}R Documentation

Get key column names

Description

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 = edc_lookup())

get_crfname_cols(lookup = edc_lookup())

Arguments

lookup

the lookup table

Value

a character vector

options

Use edc_options() to set default values:

Examples

get_subjid_cols()
get_crfname_cols()

[Package EDCimport version 0.5.2 Index]