Skip to contents

A string list containing a selection of FAO data column names. For data retrieved by the package FAOSTAT.

Usage

fao_cols

Format

A string list with 5 entries.

area_fao_col

The string "area".

item_fao_col

The string "item".

year_fao_col

The string "year".

unit_fao_col

The string "unit".

value_fao_col

The string "value".

Examples

fao_cols
#> $area_fao_col
#> [1] "area"
#> 
#> $item_fao_col
#> [1] "item"
#> 
#> $year_fao_col
#> [1] "year"
#> 
#> $unit_fao_col
#> [1] "unit"
#> 
#> $value_fao_col
#> [1] "value"
#>