ba_studies_observationunits.Rdlists studies_observationunits available on a brapi server
ba_studies_observationunits(con = NULL, studyDbId = "", observationLevel = "plot", rclass = "tibble")
| con | list, brapi connection object |
|---|---|
| studyDbId | character; default: '' |
| observationLevel | character; default: plot; alternative: plant |
| rclass | character; default: tibble |
rclass as defined
This call must have set a specific identifier. The default is an empty string. If not changed to an identifier present in the database this will result in an error.
Other studies: ba_studies_details,
ba_studies_layout,
ba_studies_observationlevels,
ba_studies_observations,
ba_studies_observationvariables,
ba_studies_search,
ba_studies_seasons,
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_observationvariables,
ba_studies_search,
ba_studies_seasons,
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_observationunits(con = con, ...) }