Utility function to extract the name of the project identifier field for a tibble of REDCap data
get_record_id_field(data)
data
: a tibble of REDCap dataThe name of the identifier field in the data
The current implementation assumes that the first field in the data is the project identifier
Useful links