You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sending that issue. Sorry for the late reply. Gmail stopped synchronising in my mail client, so I didn't realise your issue.
The problem was an empty sublist in the xml response of your request. Thus only the first 17 records could be parsed well. The 18. record threw the error.
I just fixed that in version 0.1-6. This is a dev version and only available on Github. Please use devtools::install_github("chgrl/rdnb") to install it from Github.
Hi,
Thank you for this package, it's great. I had one error with a specific name I could not figure out, while running :
dnb_search(author = "Parth, Wolfgang", type = "books", limit = 100)
I got :
Erreur dans names(object) <- nm : attribut 'names' [1] doit être de même longueur que le vecteur [0]
It works when I remove the limit option and I never had this error with other names.
The text was updated successfully, but these errors were encountered: