Description
Open Data of Agricultural Production of Crops of Peru.
Description
Provides peruvian agricultural production data from the Agriculture Minestry of Peru (MINAGRI). The first version includes 6 crops: rice, quinoa, potato, sweet potato, tomato and wheat; all of them across 24 departments. Initially, in excel files which has been transformed and assembled using tidy data principles, i.e. each variable is in a column, each observation is a row and each value is in a cell. The variables variables are sowing and harvest area per crop, yield, production and price per plot, every one year, from 2004 to 2014.
README.md
cropdatape
Package cropdatape
Installation
To install this package you need package devtools:
install.packages(devtools)
Then type:
devtools::install_github("omarbenites/cropdatape")
Usage
To load the package type in your computer:
library(cropdatape)
#Help
To get help about package:
help(package = cropdatape)