search_on_scopus: Perform a search on Scopus

Description Usage Arguments Value References See Also Examples

View source: R/search_on_scopus.R

Description

This function wraps rscopus::scopus_search to collect results of a query to Scopus

Usage

1
search_on_scopus(search_string, max_to_get = 25)

Arguments

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!

Value

An object of class bibliography-class.

References

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

See Also

standard_scopus_search, complete_scopus_search, create_bibliography.

Examples

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)

CorradoLanera/bibsearch documentation built on Jan. 1, 2020, 10:24 p.m.