| rcr | R Documentation |
Retrieve Relative Citation Ratio (RCR) for PubMed IDs.
rcr(pmids)
pmids |
vector of PubMed IDs to retrieve (max of 1000 at a time) |
a tibble including the following variables:
pmidPubMed ID
authorspublication authors
citation_counttotal citations
citations_per_yearmean citations per year
expected_citations_per_yearestimated
field_citation_raterate relative to field
is_research_articleboolean
journaljournal name abbr.
nih_percentilepercentile
relative_citation_ratioRCR
titlearticle title
yearpublication year
See URL for full details.
pmids <- c(26001965, 25015380)
rcr(pmids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.