Skip to content

Commit

Permalink
addded ability to do verbose on scopus_search
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Nov 14, 2023
1 parent bf14476 commit 3c01956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -36,6 +36,6 @@ Suggests:
URL: https://dev.elsevier.com/sc_apis.html,
https://github.com/muschellij2/rscopus
BugReports: https://github.com/muschellij2/rscopus/issues
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion R/scopus_search.R
Expand Up @@ -154,7 +154,7 @@ scopus_search <- function(
}
start = irun * count + init_start
cr = get_results(query, start = start, count = count,
verbose = FALSE,
verbose = verbose > 1,
headers = headers,
...)
all_get = c(all_get, cr$get_statement)
Expand Down

0 comments on commit 3c01956

Please sign in to comment.