Rather than 1 Rmd per manufacturer, it would be good to have a function that looks up the spreadsheet and applies the correct mapping immediately:
get_reference_data(
project_id = "CREX_VLAANDEREN",
manufacturer = c("Interrex", "Ornitela", ...) # Note sure this one is needed
)
Rather than 1 Rmd per manufacturer, it would be good to have a function that looks up the spreadsheet and applies the correct mapping immediately: