View source: R/extract_impact_factor.R
extract_impact_factor | R Documentation |
Used to extract journal impact metrics for publications.
extract_impact_factor(
data,
var_id = "pmid",
var_issn = "journal_issn",
all = F
)
data |
Dataframe with publications listed rowwise with at least 1 column containing the journal ISSN |
var_id |
String of column name with identifier name: "pmid" or "doi" (default: "pmid") |
var_issn |
String of column name with the journal International Standard Serial Number (ISSN) number listed (default: journal_issn) |
all |
Logical value indicating if only the 2 year impact factor should be returned (or if it should include all impact factor information) |
Dataframe of journal impact metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.