scopus_search: Scopus search

Description Usage Arguments Value Functions See Also Examples

View source: R/scopus_searches.R

Description

Scopus search

Complete Scopus search

Standard scopus search

Usage

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)

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 scopus

an object of class scopus-complete

an object of class scopus-standard

Functions

See Also

create_bibliography.

Examples

 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)

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