CIP-RIU / brapi

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

get_body function throws a warning #62

Closed mverouden closed 5 years ago

mverouden commented 5 years ago

I just tested: con <- ba_db()$testserver ba_germplasm_search_post(con, germplasmDbIds = c("1", "2"))

The resulting is correct but there is a warning message appearing: In if (is.na(args[[i]])) args[[i]] <- "" : the condition has length > 1 and only the first element will be used. I traced it back to the get_body() function.

If possible could you have a look?