lists studies_table available on a brapi server

ba_studies_table(con = NULL, studyDbId = "", format = "csv",
  rclass = "tibble")

Arguments

con

list; brapi connection object

studyDbId

character; default: ''

format

character; one of: json, csv, tsv. Default: csv

rclass

character; default: "tibble" possible other values: "json"/"list"/"data.frame"

Value

rclass as defined

Details

This function must have set a specific study identifier. The default is an empty string. If not changed to an study identifier present in the database this will result in an error.

Note

Tested against: sweetpotatobase, BMS

References

github

See also

Examples

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