lists studies_layout available on a brapi server

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

Arguments

con

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