CIP-RIU / brapi

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

ba_studies_germplasm_details pagenation problem #48

Closed mverouden closed 6 years ago

mverouden commented 6 years ago

Just noticed that ba_studies_germplasm_details has problems with pagenation, when trying it on the test-server. con <- ba_db()$testserver When asking for pageSize = 1, the output is unexpected. sgp2tbl.R needs modification in nrow() line

mverouden commented 6 years ago

fixed, rewritten sgp2tbl.R to better handle removal of duplicated rows