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

Description Usage Arguments Value Note Examples

View source: R/plumx_analytics.R

Description

Retrieve PlumX metrics for Scopus documents and other related artifacts

Usage

1
2
3

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

Value

List of elements, content and the GET request

Note

See https://dev.elsevier.com/documentation/PlumXMetricsAPI.wadl for more information

Examples

1
2
3
4
5
if (have_api_key()) {
type = "doi"
value = "10.1016/j.nicl.2018.10.013"
res = plumx_metrics(value, type)
}

Example output



rscopus documentation built on Sept. 18, 2019, 1:03 a.m.