ropensci / rcrossref

R client for various CrossRef APIs
https://docs.ropensci.org/rcrossref
Other
165 stars 21 forks source link

Error with cr_works #211

Closed aroranipun closed 3 years ago

aroranipun commented 3 years ago

Code: _crworks(query = "human agency",limit = 1000)

Error: Error in data.frame(domain = paste0(unlist(zzz$content-domain$domain), : arguments imply differing number of rows: 1, 0

Session Info ```r R version 4.0.3 (2020-10-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19042) Matrix products: default locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] rcrossref_1.1.0 ```
sckott commented 3 years ago

thanks, should work now

aroranipun commented 3 years ago

Thank you!! Also, this is a really helpful project. Kudos.