get_germplasm_attributes: Retrieve Attributes for a Specified Germplasm

View source: R/qbms.R

get_germplasm_attributesR Documentation

Retrieve Attributes for a Specified Germplasm

Description

Retrieves a detailed list of attributes for a given germplasm, such as its origin, donors, and taxonomic information.

Usage

get_germplasm_attributes(germplasm_name = "")

Arguments

germplasm_name

The name of the germplasm.

Value

A data frame containing the attributes associated with the specified germplasm.

Author(s)

Johan Steven Aparicio, j.aparicio@cgiar.org

See Also

login_bms, set_crop, get_germplasm_data

Examples

if (interactive()) {
  set_qbms_config("https://bms.icarda.org/ibpworkbench")
  login_bms()
  set_crop("wheat")
  germplasm_attributes <- get_germplasm_attributes("Jabal")
}


icarda-git/QBMS documentation built on Sept. 25, 2024, 10:45 p.m.