Scott Chamberlain
Scott Chamberlain
raised by a user - and others probably Right now we auto-paginate using a `while` loop in just `occ_search` and `occ_data`. I (think?) it'd be okay to roll out across...
Since it can take a while for downloads to complete, maybe it makes more sense to have the function maintain state within the R session, running the jobs via `callr`,...
via request from GBIF (email title "Re: Help on server error") except the download request API - though should use for some download routes for checking status/etc.
e.g. kathryn getting ```r ... running 17 of 55 0032119-180508205500799: succeeded running 18 of 55 Error in curl::curl_fetch_memory(x$url$url, handle = x$url$handle) : Timeout was reached: Connection timed out after 10001...
https://github.com/ropensci/microdemic/issues/20
thinking through now
Right now `ft_get()` gives back slots for a plos, entrez, bmc, elife, pensoft, arxiv, and biorxiv. However, many sources can be gotten via entrez and bmc (well, bmc journals that...
(started in https://community.rstudio.com/t/document-r6-methods-created-on-new/45442 cc @gaborcsardi ) (may be related to #931) In an `R6` class I maintain I create a function in the `$initialize()` call when a user calls `$new()`....