-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ".progress" option for deep pagination #186
Milestone
Comments
thanks, i'll take a look. |
sckott
added a commit
that referenced
this issue
Apr 30, 2019
@Bubblbu okay, made a change, try remotes::install_github("ropensci/rcrossref@cursor-progress")
library(rcrossref)
cr_works(query="NSF", cursor = "*", cursor_max = 120, limit = 30, .progress = TRUE) |
works like a charm. awesome! thanks! |
great, glad it works |
Merged
sckott
added a commit
that referenced
this issue
May 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was wondering if it would be possible to add the option to display the plyr progress bar for deep pagination with the
cursor="*"
option. Currently, to my understanding, only lists of identifiers are supported.The text was updated successfully, but these errors were encountered: