Call to retrieve the list of supported observation levels.

ba_studies_observationlevels(con = NULL, rclass = "vector")

Arguments

con

brapi connection object

rclass

character; default is FALSE; whether to display the raw list object or not

Value

a vector of crop names or NULL

Details

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.

References

github

See also

Examples

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