Description Usage Arguments Value Note Author(s) References See Also Examples
List supported crops in a database.
1 2 |
con |
list, brapi connection object |
rclass |
character, class of the object to be returned; default: "tibble" , possible other values: "json"/"list"/"vector"/"data.frame" |
an object of class as specified by rclass with crop names or NULL
Tested against: BMS, sweetpotatobase, test-server
BrAPI Version: 1.0, 1.1
BrAPI Status: deprecated
Reinhard Simon, Maikel Verouden
Other brapicore: ba_calls,
ba_commoncropnames,
ba_germplasm_details_study,
ba_germplasm_details,
ba_germplasm_pedigree,
ba_germplasm_progeny,
ba_germplasm_search_post,
ba_germplasm_search,
ba_observationvariables_datatypes,
ba_observationvariables_details,
ba_observationvariables_ontologies,
ba_observationvariables,
ba_phenotypes_search_post,
ba_programs_search_post,
ba_programs,
ba_studies_germplasm_details,
ba_traits_details, ba_traits
1 2 3 4 5 6 7 | if (interactive()) {
library(brapi)
con <- ba_db()$testserver
ba_crops(con = con)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.