This function formats information of Agricultural Economic Region so it can be understood by other OBIC functions

format_aer(B_AER_CBS)

Arguments

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

Value

A standardized B_AER_CBS value as required for the OBIC functions. A character string.

Examples

format_aer(c("LG13","LG12"))
#> [1] "Zuidelijk Veehouderijgebied" "Zuidwest-Brabant"           
format_aer(c("LG13","LG12",'Rivierengebied'))
#> [1] "Zuidelijk Veehouderijgebied" "Zuidwest-Brabant"           
#> [3] "Rivierengebied"