ba_calls.Rd
lists calls available on a brapi server.
ba_calls(con = NULL, datatype = "csv", pageSize = 1000, page = 0, rclass = "tibble")
con | brapi connection object |
---|---|
datatype | string, list of data types |
pageSize | integer; default = 1000 |
page | integer; default = 0 |
rclass | string; default: tibble |
rclass as defined
TODO v1.2: deprecate this and add ba_commonCropNames. The new function won't have datatype parameter.
Other brapicore: ba_crops
,
ba_germplasm_details_study
,
ba_germplasm_details
,
ba_germplasm_pedigree
,
ba_germplasm_search
,
ba_observationvariables_datatypes
,
ba_observationvariables_details
,
ba_observationvariables_ontologies
,
ba_observationvariables_search
,
ba_observationvariables
,
ba_phenotypes_search
,
ba_programs_search
,
ba_programs
,
ba_traits_details
, ba_traits
if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_calls(con = con, ...) }