germplasmattributes call.

ba_germplasmattributes(con = NULL, attributeCategoryDbId = "0",
  rclass = "tibble")

Arguments

con

brapi connection object

attributeCategoryDbId

integer; default: 0

rclass

character; default: tibble

Value

rclass as set by parameter

References

github

See also

Examples

if (interactive()) { library(brapi) # Need to connect to a database with genetic data # con <- ba_db()$xxxxx # ba_germplasmattributes(con = con, ...) }