get_journalrank | R Documentation |
Get journal ranking for a journal list.
get_journalrank(journals, max.distance = 0.05)
journals |
a character list giving the journal list |
max.distance |
maximum distance allowed for a match between journal and journal list. Expressed either as integer, or as a fraction of the pattern length times the maximal transformation cost (will be replaced by the smallest integer not less than the corresponding fraction), or a list with possible components |
Journal ranking data.
Dominique Makowski and Guangchuang Yu
## Not run:
library(scholar)
id <- get_publications("bg0BZ-QAAAAJ&hl")
impact <- get_journalrank(journals=id$journal)
id <- cbind(id, impact)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.