lists the studies seasons and years

ba_studies_seasons(con = NULL, year = 0, page = 0, pageSize = 1000,
  rclass = "tibble")

Arguments

con

list, brapi connection object

year

integer

page

integer requested page number

pageSize

items per page

rclass

character; one of tibble (default), json, list or data.frame

Value

data.frame

Note

Tested against: sweetpotatobase

References

github

See also

Examples

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