Skip to content

Commit

Permalink
Increase number of papers pulled from Crossref
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed Jul 18, 2024
1 parent 60e1312 commit 38936f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joss-submission-analytics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ joss_details$total_dois
## Pull down all records from Crossref
papers <- rcrossref::cr_journals(issn, works = TRUE, cursor = "*",
cursor_max = joss_details$total_dois) %>%
cursor_max = joss_details$total_dois * 2) %>%
pluck("data")
## Only keep articles
Expand Down

0 comments on commit 38936f7

Please sign in to comment.