Skip to content

c5sire/brapiui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages