lists studies_observations available on a brapi server

ba_studies_observations(con = NULL, studyDbId = "",
  observationVariableDbId = "", page = 0, pageSize = 1000,
  rclass = "tibble")

Arguments

con

brapi connection object

studyDbId

character; default: ''

observationVariableDbId

character; default: ''

page

integer; default 0

pageSize

integer; default 1000

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.

Tested against: sweetpotatobase

References

github

See also

Examples

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