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

brapiui

The goal of brapiui is to faciliate functions for interactive exploration of data from the Breeding API. This integrates with RStudio. Also, to provide re-usable widgets for shiny applications as well as full local shiny based interface to the breeding API.

Note

As of February 2018 only one small function is implemented.

Installation

You can install brapiui from github with:

# install.packages("devtools")

devtools::install_github("c5sire/brapiui")

Example

Note: You also need to install the brapi package.

# install.packages("devtools")
devtools::install_github("CIP-RIU/brapi")

This is a basic example which shows you how to solve a common problem:

## basic example code

con <- brapi::ba_db()$sweetpotatobase
loc <- brapi::ba_locations(con, pageSize = 100)
brapiui::bu_map(loc)


c5sire/brapiui documentation built on May 28, 2019, 4:35 p.m.