saves a studies_table available on a brapi server

ba_studies_table_save(con = NULL, studyDbId = "1", study_table = NULL)

Arguments

con

list; brapi connection object

studyDbId

character; default: 1

study_table

tibble a tibble or data.frame

Value

boolean

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