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

View source: R/get_metrics.R

get_metricsR Documentation

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

get_metrics('27599104')

riddlet/iCiteR documentation built on Jan. 27, 2024, 10:31 a.m.