This repository contains all the files to build the FAOSTAT package.
NOTE: This package has been orphaned due to the current re-development of the FAOSTAT API and the fact that I no longer work for the organisation and has no access to the updates.
==============================================================================
The package can be installed from CRAN:
install.packages("FAOSTAT")
or install the develop version via the following link, different version can be installed by specifying the ref argument.
library(devtools)
install_github(repo = "mkao006/FAOSTATpackage", subdir = "FAOSTAT")
Vignettes and demos are available and please make use of them:
vignette(topic = "FAOSTAT")
demo(topic = "FAOSTATdemo")