ba_traits.Rd
lists brapi_traits available on a brapi server
ba_traits(con = NULL, page = 0, pageSize = 1000, rclass = "tibble")
con | list; brapi connection object |
---|---|
page | integer; default 0 |
pageSize | integer; defautlt 1000 |
rclass | character; default: tibble |
rclass as defined
Tested against: sweetpotatobase
Other traits: ba_traits_details
Other brapicore: ba_calls
,
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
if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_traitscon = con, ...) }