user_field
user_field(table_map, desired_cdm_table, desired_cdm_field)
table_map
: A dplyr::tibble , generated by mod_data_model_detection containing user database tables and fields mapped to the determined CDM.desired_cdm_table
: A string containing the table name in the desired CDM.desired_cdm_field
: A string containing the field name in the desired CDM.A string containing the user database field pertaining to the standard data model field
Useful links