lists studies_observationunits available on a brapi server

ba_studies_observationunits(con = NULL, studyDbId = "",
  observationLevel = "plot", rclass = "tibble")

Arguments

con

list, brapi connection object

studyDbId

character; default: ''

observationLevel

character; default: plot; alternative: plant

rclass

character; default: tibble

Value

rclass as defined

Note

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.

References

github

See also

Examples

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