journal_metrics: Journal Metrics: Showing SJR and SNIP

Description Usage Arguments Details See Also Examples

Description

Reader is encouraged to read http://www.journalmetrics.com/sjr.php about SJR and http://www.journalmetrics.com/snip.php about SNIP.

Usage

1
2
journal_metrics(isnn, apiKey = auth_key(NULL), fields = "SJR,SNIP",
  view = "STANDARD", showRequestURL = F)

Arguments

view

- BASIC, ENHANCED, STANDARD (default); See http://api.elsevier.com/documentation/metadata/SerialTitleViews.htm

issn

- See https://en.wikipedia.org/wiki/International_Standard_Serial_Number

Details

Source Normalized Impact per Paper (SNIP) measures contextual citation impact by weighting citations based on the total number of citations in a subject field. [Powered by Scopus]

SCImago Journal Rank (SJR) is a measure of scientific influence of scholarly journals that accounts for both the number of citations received by a journal and the importance or prestige of the journals where such citations come from. [Powered by Scopus]

See Also

http://dev.elsevier.com/tecdoc_journal_metrics.html

http://api.elsevier.com/documentation/SerialTitleAPI.wadl

Examples

1
2
## Example request, retrieving only the SJR and SNIP, for the "European Journal of Marketing" (by ISSN):
journal_metrics(isnn = "0309-0566")

dmpe/ElsevieR documentation built on May 15, 2019, 9:36 a.m.