Homepage: https://kwstat.github.io/agridat
Repository: https://github.com/kwstat/agridat
The agridat
package provides an extensive collection of datasets from agricultural experiments.
The datasets come from books, papers, and websites related to agriculture. Example graphics and analyses are included. Data come from small-plot trials, multi-environment trials, uniformity trials, yield monitors, and more.
This package tries to make data FAIR: Findable, Accessible, Interoperable, Reusable.
Installation
# Install the released version from CRAN:
install.packages("agridat")
# Install the development version from GitHub:
install.packages("devtools")
devtools::install_github("kwstat/agridat")