Learn R Programming

rscopus (version 0.6.6)

plumx_metrics: Retrieve PlumX metrics for Scopus documents and other related artifacts

Description

Retrieve PlumX metrics for Scopus documents and other related artifacts

Usage

plumx_metrics(value, type = plumx_types(), ...)

plumx_types()

Value

List of elements, content and the GET request

Arguments

value

The value of the identifier to search for.

type

The type of identifier to search for.

...

Additional arguments to pass to generic_elsevier_api, other than http_end, type, search_type, and content_type

Examples

Run this code
if (have_api_key()) {
type = "doi"
value = "10.1016/j.nicl.2018.10.013"
res = plumx_metrics(value, type)
}

Run the code above in your browser using DataLab