lists the breeding programs

ba_programs(con = NULL, programName = "any", abbreviation = "any",
  page = 0, pageSize = 1000, rclass = "tibble")

Arguments

con

list, brapi connection object

programName

character; default: any

abbreviation

character; default: any

page

integer requested page number, default = 0 (1st page)

pageSize

integer, items per page (default = 1000)

rclass

character; default: "tibble" possible other values: "json"/"list"/"data.frame"

Value

rclass

Details

V1.2: same

Note

Tested against: sweetpotatobase, BMS

References

github

See also

Examples

if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_programs(con = con, ...) }