Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kwstat/agridat

Agricultural datasets
https://github.com/kwstat/agridat

data rstats

Last synced: 2 days ago
JSON representation

Agricultural datasets

Awesome Lists containing this project

README

        

# agridat

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/agridat)](https://cran.r-project.org/package=agridat)
[![CRAN_Downloads](https://cranlogs.r-pkg.org/badges/agridat)](https://cranlogs.r-pkg.org/badges/agridat)

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.

## Key features

* Thorough documentation.

* Examples for (almost) every dataset.

## Installation

```R
# Install the released version from CRAN:
install.packages("agridat")

# Install the development version from GitHub:
install.packages("devtools")
devtools::install_github("kwstat/agridat")
```

## Usage

```R
library(agridat)
?agridat # list all datasets with keywords
```