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.

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-")

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")


mverouden/brapir documentation built on April 10, 2022, 5:36 p.m.