Skip to content

Commit

Permalink
Clarify intent of pagesize argument
Browse files Browse the repository at this point in the history
* should close #83
  • Loading branch information
jefferis committed Jul 13, 2021
1 parent 89f35a0 commit c935ea7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions R/publications.r
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ utils::globalVariables(c("."))
##' parameter.
##' @param cstop an integer specifying the last article to
##' process.
##' @param pagesize an integer specifying the number of articles to
##' fetch
##' @param pagesize an integer specifying the number of articles to fetch in one
##' batch. It is recommended to leave the default value of 100 unless you
##' experience time-out errors. Note this is \emph{not} the \bold{total}
##' number of publications to fetch.
##' @param flush should the cache be flushed? Search results are
##' cached by default to speed up repeated queries. If this argument
##' is TRUE, the cache will be cleared and the data reloaded from
Expand Down
6 changes: 4 additions & 2 deletions man/get_publications.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c935ea7

Please sign in to comment.