ba_germplasm_breedingmethods: ba_germplasm_breedingmethods

Description Usage Arguments Value Note Author(s) References See Also Examples

View source: R/ba_germplasm_breedingmethods.R

Description

Retrieve germplasm breeding methods available on a BrAPI compliant database server.

Usage

1
2
ba_germplasm_breedingmethods(con = NULL, pageSize = 1000, page = 0,
  rclass = c("tibble", "data.frame", "list", "json"))

Arguments

con

list, brapi connection object

pageSize

integer, items per page to be returned; default: 1000

page

integer, the requested page to be returned; default: 0 (1st page)

rclass

character, class of the object to be returned; default: "tibble", possible other values: "data.frame"/"list"/"json"

Value

An object of class as defined by rclass containing breeding methods on the BrAPI compliant database server.

Note

Tested against: test-server

BrAPI Version: 1.2

BrAPI Status: active

Author(s)

Reinhard Simon, Maikel Verouden

References

github

See Also

Other germplasm: ba_germplasm_details_study, ba_germplasm_details, ba_germplasm_markerprofiles, ba_germplasm_pedigree, ba_germplasm_progeny, ba_germplasm_search_post, ba_germplasm_search, ba_studies_germplasm_details

Examples

1
2
3
4
5
6
7
8
9
if (interactive()) {
  library(brapi)

  con <- ba_db()$testserver

  ba_germplasm_breedingmethods(con)


}

c5sire/brapi documentation built on Oct. 17, 2019, 11:45 a.m.