user_table
user_table(table_map, db_con, desired_cdm_table)A SQL data source dplyr::tbl, ie. tbl(db_con, user_table), that connects to the user table that corresponds to the standard data model table.
A dplyr::tibble, generated by mod_data_model_detection containing user database tables and fields mapped to the determined CDM.
A DBI::dbConnect object that is created through user interaction with the Setup Tab
A string containing the table name in the desired CDM.