ba_germplasm_breedingmethods_details: ba_germplasm_breedingmethods_details

Description Usage Arguments Value Note Author(s) References Examples

View source: R/ba_germplasm_breedingmethods_details.R

Description

Retrieve details of a germplasm breeding method available on a BrAPI compliant database server.

Usage

1
2
3
ba_germplasm_breedingmethods_details(con = NULL,
  breedingMethodDbId = "", rclass = c("tibble", "data.frame", "list",
  "json"))

Arguments

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"

Value

An object of class as defined by rclass containing the details of the requested germplasm breeding method.

Note

Tested against: test-server

BrAPI Version: 1.2

BrAPI Status: active

Author(s)

Reinhard Simon, Maikel Verouden

References

github

Examples

1
2
3
4
5
6
7
8
9
if (interactive()) {
  library(brapi)

  con <- ba_db()$testserver

  ba_germplasm_breedingmethods_details(con, "bm1")


}

CIP-RIU/brapi documentation built on Oct. 17, 2019, 2 p.m.