ebind {FAOSTAT} | R Documentation |
A function to bind the different entity level.
Description
A data frame is chosen over the list is solely for the purpose of transition to ggplot2.
Usage
ebind(territory = NULL, subregion = NULL, region = NULL, world = NULL)
Arguments
territory |
The data frame which contains the territory/country level data |
subregion |
The sub aggregated region aggregate |
region |
The macro region aggregate |
world |
The world aggregate |
[Package FAOSTAT version 2.4.0 Index]