lists variables_datatypes available on a brapi server

ba_observationvariables_ontologies(con = NULL, page = 0, pageSize = 1000,
  rclass = "tibble")

Arguments

con

list; brapi connection object; default = NULL

page

integer; default 0

pageSize

integer; defautlt 1000

rclass

character; default: tibble

Value

rclass as defined

References

github

See also

Examples

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