ba_studies_observationlevels.Rd
Call to retrieve the list of supported observation levels.
ba_studies_observationlevels(con = NULL, rclass = "vector")
con | brapi connection object |
---|---|
rclass | character; default is FALSE; whether to display the raw list object or not |
a vector of crop names or NULL
Observation levels indicate the granularity level at which the measurements are taken. The values are used to supply the observationLevel parameter in the observation unit details call.
Other studies: ba_studies_details
,
ba_studies_layout
,
ba_studies_observations
,
ba_studies_observationunits
,
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_observations
,
ba_studies_observationunits_save
,
ba_studies_observationunits
,
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_observationlevels(con = con, ...) }