[This article was first published on StaTEAstics., and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
< !DOCTYPE html>< !-- saved from url=(0014)about:internet --> Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The package is designed to provide user with direct access to the FAOSTAT data base via R and to support the open data and methodology philosophy used in the Statistical Yearbook of the Food and Agricultural Organization.
The package can be downloaded and installed the same way as other package in a single line:
install.packages("FAOSTAT")Or the latest development version from github:
library(devtools) install_github("FAOSTAT","mkao006")
A draft documentation can be found at:
vignette("FAOSTAT", package = "FAOSTAT")