Learn R Programming

OBIC (version 4.2.1)

format_aer: 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)

Value

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

Arguments

B_AER_CBS

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

Examples

Run this code
format_aer(c("LG13","LG12"))
format_aer(c("LG13","LG12",'Rivierengebied'))

Run the code above in your browser using DataLab