CIP-RIU / brapi

An R package to use the Breeding API (BrAPI) for accessing plant breeding data.
13 stars 7 forks source link

ba_germplasm_pedigree #64

Closed mverouden closed 5 years ago

mverouden commented 5 years ago

When calling: con <-ba_db()$testserver ba_germplasm_pedigree(con, germplasmDbId = "1") Warning messages get generated in the console, whereas calling: ba_germplasm_pedigree(con, germplasmDbId = "1", rclass = "tibble") The same output is created, but without warning messages. I can't figure out why, could you have a look at it @c5sire ?