ropensci/rcrossref

Add ".progress" option for deep pagination

Bubblbu opened this issue · 4 comments

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.

thanks, i'll take a look.

@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