lists @param con brapi connection object available on a brapi server

ba_studies_observationvariables(con = NULL, studyDbId = "",
  rclass = "tibble")

Arguments

con

list, brapi connection object

studyDbId

character; default: ''

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_observationunitvariables(con = con, ...) }