Auto-categorisations
look_up.Rd
A list of pre-defined pairings between data element and domain code.
For each data element that mapMetadata.R 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('browseMetadata/inst/inputs/look_up.csv')
usethis::use_data(look_up)
Usage
data(look_up)