Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Indicate that internal pagination is implemented in docs #122

Closed
Bubblbu opened this issue Jul 17, 2018 · 3 comments
Closed

Indicate that internal pagination is implemented in docs #122

Bubblbu opened this issue Jul 17, 2018 · 3 comments
Milestone

Comments

@Bubblbu
Copy link

Bubblbu commented Jul 17, 2018

Maybe it would be good to indicate that internal looping is implemented in the documentation for searchplos. I think that this threw me off and made me assume that manual looping is required:

start -- Record to start at (used in combination with limit when you need to cycle through more results than the max allowed=1000)

@sckott
Copy link
Contributor

sckott commented Jul 17, 2018

install like remotes::install_github("ropensci/rplos@progress") e.g.

res <- searchplos(q='*:*', limit = 2000, progress = httr::progress())

@Bubblbu
Copy link
Author

Bubblbu commented Jul 17, 2018

Error in curl::curl_fetch_memory(x$url$url, handle = x$url$handle) : 
  Illegal characters found in URL

@sckott
Copy link
Contributor

sckott commented Jul 17, 2018

are you sure you installed from the progress branch and you restarted your R session, etc

@sckott sckott added this to the v0.9 milestone Jul 18, 2018
@sckott sckott modified the milestones: v0.9, v0.8.4 Aug 13, 2018
@sckott sckott closed this as completed in 07311d7 Aug 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants