format_aer {OBIC} | R Documentation |
Convert possible B_AER_CBS values to standardized values
Description
This function formats information of Agricultural Economic Region so it can be understood by other OBIC functions
Usage
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"))
format_aer(c("LG13","LG12",'Rivierengebied'))
[Package OBIC version 3.0.2 Index]