get_record_id_field {REDCapTidieR} | R Documentation |
Utility function to extract the name of the project identifier field for a tibble of REDCap data
Description
Utility function to extract the name of the project identifier field for a tibble of REDCap data
Usage
get_record_id_field(data)
Arguments
data |
a tibble of REDCap data |
Details
The current implementation assumes that the first field in the data is the project identifier
Value
The name of the identifier field in the data
[Package REDCapTidieR version 1.1.1 Index]