Description Usage Arguments Value Author(s) References See Also Examples
View source: R/ba_germplasmattributes_details.R
attibutes call.
1 2 | ba_germplasmattributes_details(con = NULL, germplasmDbId = "",
attributeList = "", page = 0, pageSize = 10, rclass = "tibble")
|
con |
brapi connection object |
germplasmDbId |
character; default: ”. |
attributeList |
character vector; default: ”. |
page |
integer; default: 0. |
pageSize |
integer; default: 10. |
rclass |
character; default: tibble; or else: json, list, data.frame. |
rclass as set by parameter.
Reinhard Simon
Other germplasmattributes: ba_germplasm_attributes,
ba_germplasmattributes_attributes,
ba_germplasmattributes_categories
Other genotyping: ba_genomemaps_data_range,
ba_genomemaps_data,
ba_genomemaps_details,
ba_genomemaps,
ba_germplasm_attributes,
ba_germplasm_markerprofiles,
ba_germplasm_search_post,
ba_germplasm_search,
ba_germplasmattributes_attributes,
ba_germplasmattributes_categories,
ba_markerprofiles_allelematrices_details,
ba_markerprofiles_allelematrices_search_post,
ba_markerprofiles_allelematrices_search,
ba_markerprofiles_allelematrix_search,
ba_markerprofiles_details,
ba_markerprofiles_search,
ba_markers_details,
ba_markers_search_post,
ba_markers_search
1 2 3 4 5 6 7 8 | if (interactive()) {
library(brapi)
con <- ba_db()$testserver
ba_germplasmattributes_details(con, germplasmDbId = "1")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.