Description Usage Arguments Value Note Examples
View source: R/plumx_analytics.R
Retrieve PlumX metrics for Scopus documents and other related artifacts
1 2 3 | plumx_metrics(value, type = plumx_types(), ...)
plumx_types()
|
value |
The value of the identifier to search for. |
type |
The type of identifier to search for. |
... |
Additional arguments to pass to |
List of elements, content and the GET
request
See https://dev.elsevier.com/documentation/PlumXMetricsAPI.wadl for more information
1 2 3 4 5 | if (have_api_key()) {
type = "doi"
value = "10.1016/j.nicl.2018.10.013"
res = plumx_metrics(value, type)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.