ba_germplasm_details.RdGets germplasm details given an id.
ba_germplasm_details(con = NULL, germplasmDbId = "", rclass = "tibble")
| con | brapi connection object  | 
    
|---|---|
| germplasmDbId | string; default 0; an internal ID for a germplasm  | 
    
| rclass | character; tibble  | 
    
list
Other germplasm: ba_germplasm_details_study,
  ba_germplasm_markerprofiles,
  ba_germplasm_pedigree,
  ba_germplasm_search
Other brapicore: ba_calls,
  ba_crops,
  ba_germplasm_details_study,
  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_germplasm_details(con = con, ...) }