Description Usage Arguments Value References See Also Examples
View source: R/search_on_scopus.R
This function wraps
rscopus::scopus_search
to collect
results of a query to
Scopus
1 | search_on_scopus(search_string, max_to_get = 25)
|
search_string |
(character vector of length 1) that is used for querying PubMed (standard Scopus syntax, see reference for details). |
max_to_get |
Integer (>= 1): maximum number of records to retrieve. Maximum 20000/week overall! |
An object of class
bibliography-class
.
http://schema.elsevier.com/dtds/document/bkapi/search/SCOPUSSearchTips.htm
https://dev.elsevier.com/api_key_settings.html
https://dev.elsevier.com/tecdoc_developer_faq.html
standard_scopus_search, complete_scopus_search, create_bibliography.
1 2 3 4 5 6 | ## Not run:
# This retrieve a (short) set of results (batch size auto-resize
# itself).
search_on_scopus("ALL(machine AND learning) AND AUTHOR-NAME (lanera)")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.