get_metrics: takes a vector of PMIDs and returns the iCite information for...

Description Usage Arguments Value Examples

View source: R/get_metrics.R

Description

get_metrics takes a vector of character pubmed ids and returns a dataframe of the information yielded by the iCite API.

Usage

1
get_metrics(pmids)

Arguments

pmids

character. A vector of pubmed IDs

Value

All values from the iCite API reformatted into a dataframe. see https://icite.od.nih.gov/api for details.

Examples

1
get_metrics('27599104')

iCiteR documentation built on Nov. 18, 2019, 5:16 p.m.