Pre-defined pairings between table variables and domain codes.
For each variable that metadata_map processes:
If it is contained within this look-up table, it uses the auto-categorised
domain code rather than asking the user to categorise.
This data was created with these two steps:
look_up <- read.csv(system.file('inputs', 'look_up.csv',package = 'mapmetadata'))
usethis::use_data(look_up)
Usage
data(look_up)