format_aer: Convert possible B_AER_CBS values to standardized values

View source: R/obic_format_inputs.R

format_aerR 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'))


OBIC documentation built on Sept. 12, 2024, 7:02 a.m.