attibutes call.

ba_germplasmattributes_categories(con = NULL, page = 0, pageSize = 10,
  rclass = "tibble")

Arguments

con

brapi connection object

page

integer; default 0

pageSize

integer; default 10

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_categories(con = con, ...) }