Description Usage Arguments Value Functions See Also Examples
View source: R/scopus_searches.R
Scopus search
Complete Scopus search
Standard scopus search
1 2 3 4 5 | scopus_search(search_string, max_to_get = 25)
complete_scopus_search(search_string, max_to_get = 25)
standard_scopus_search(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 scopus
an object of class scopus-complete
an object of class scopus-standard
complete_scopus_search
: Complete Search
standard_scopus_search
: Complete Search
create_bibliography.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
scopus_search("machine learning", 2)
## End(Not run)
## Not run:
complete_scopus_search("machine learning", 2)
## End(Not run)
## Not run:
standard_scopus_search("machine learning", 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.