View source: R/search_scopus.R
get_scopus | R Documentation |
Scopus all steps
get_scopus(
searchterm,
datefrom = Sys.Date() - 365,
dateto = Sys.Date() - 1,
cursor = "*"
)
searchterm |
string with search term |
datefrom |
search articles published from (default one year ago) |
dateto |
search articles published until (default today) |
cursor |
code for cursor (defaults to asterisk for first page) |
a tibble with all results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.