Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.47 KB

BrAPI R package

This repository contains the full implementation of the BrAPI v1.3 specification in R, also know as the BrAPIR package v1.3.

The BrAPI specification v1.3 can be found on:

For independent checks against a database you may use http://webapps.ipk-gatersleben.de/brapivalidator.

README

An R package to use the Breeding API (BrAPI) for accessing BrAPI compliant plant breeding data.

It can be installed using:

install.packages("remotes")
remotes::install_github("mverouden/brapir-v1")