get_germplasm_attributes {QBMS} | R Documentation |
Retrieve Attributes for a Specified Germplasm
Description
Retrieve Attributes for a Specified Germplasm
Usage
get_germplasm_attributes(germplasm_name = "")
Arguments
germplasm_name |
The name of the germplasm. |
Value
A data frame containing the attributes of the specified germplasm.
Author(s)
Johan Steven Aparicio, j.aparicio@cgiar.org
See Also
login_bms
, set_crop
, get_germplasm_data
Examples
if (interactive()) {
# Configure your server connection
set_qbms_config("https://bms.icarda.org/ibpworkbench")
# Log in using your account (interactive mode)
# You can pass your username and password as parameters (batch mode)
login_bms()
# Select a crop
set_crop("wheat")
# Select a breeding program by name
set_program("Wheat International Nurseries")
# Retrieve attribute data of a specified germplasm in a crop
germplasm_attributes <- get_germplasm_attributes("Jabal")
}
[Package QBMS version 1.0.0 Index]