Description Usage Arguments Value Note Author(s) References See Also Examples
View source: R/ba_observationvariables_details.R
Retrieve variable details on a BrAPI compliant database server.
1 2 3 | ba_observationvariables_details(con = NULL,
observationVariableDbId = "", rclass = c("tibble", "data.frame",
"list", "json"))
|
con |
list, brapi connection object |
observationVariableDbId |
character, the internal database identifier for an observation variable of which the details are to be retrieved e.g. "MO_123:100002"; REQUIRED ARGUMENT with default: "" |
rclass |
character, class of the object to be returned; default: "tibble", possible other values: "data.frame"/"list"/"json" |
An object of class as defined by rclass containing the variable details the requested observation variable identifier on the BrAPI compliant database server.
Tested against: sweetpotatobase, test-server
BrAPI Version: 1.0, 1.1, 1.2
BrAPI Status: active
Reinhard Simon, Maikel Verouden
Other observationvariables: ba_observationvariables_datatypes,
ba_observationvariables_ontologies,
ba_observationvariables
Other brapicore: ba_calls,
ba_commoncropnames, ba_crops,
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_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 8 | if (interactive()) {
library(brapi)
con <- ba_db()$testserver
ba_observationvariables_details(con)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.