Description Usage Arguments Value Note Author(s) References Examples
View source: R/ba_germplasm_breedingmethods_details.R
Retrieve details of a germplasm breeding method available on a BrAPI compliant database server.
1 2 3  | ba_germplasm_breedingmethods_details(con = NULL,
  breedingMethodDbId = "", rclass = c("tibble", "data.frame", "list",
  "json"))
 | 
con | 
 list, brapi connection object  | 
breedingMethodDbId | 
 character, the internal database identifier for a germplasm breeding method of which the details are to be retrieved e.g. "bm1"; 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 details of the requested germplasm breeding method.
Tested against: test-server
BrAPI Version: 1.2
BrAPI Status: active
Reinhard Simon, Maikel Verouden
1 2 3 4 5 6 7 8 9  | if (interactive()) {
  library(brapi)
  con <- ba_db()$testserver
  ba_germplasm_breedingmethods_details(con, "bm1")
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.