Learn R Programming

iCiteR (version 0.2.1)

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

Description

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

Usage

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

Run this code
# NOT RUN {
get_metrics('27599104')
# }

Run the code above in your browser using DataLab