ba_studies_seasons.Rdlists the studies seasons and years
ba_studies_seasons(con = NULL, year = 0, page = 0, pageSize = 1000, rclass = "tibble")
| 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 |
data.frame
Tested against: sweetpotatobase
Other studies: ba_studies_details,
ba_studies_layout,
ba_studies_observationlevels,
ba_studies_observations,
ba_studies_observationunits,
ba_studies_observationvariables,
ba_studies_search,
ba_studies_studytypes,
ba_studies_table_save,
ba_studies_table
Other phenotyping: ba_samples_save,
ba_samples,
ba_studies_details,
ba_studies_layout,
ba_studies_observationlevels,
ba_studies_observations,
ba_studies_observationunits_save,
ba_studies_observationunits,
ba_studies_observationvariables,
ba_studies_search,
ba_studies_studytypes,
ba_studies_table_save,
ba_studies_table,
ba_trials_details, ba_trials
if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_studies_season(con = con, ...) }