Learn R Programming

iCiteR (version 0.2.1)

icite_api: Query the iCite api

Description

icite_api returns the parsed results of a single call to the iCite API

Usage

icite_api(pmids)

Arguments

pmids

character vector. The pubmed ID to be queried

Value

If the call runs without error, the output is a simple S3 object

Examples

Run this code
# NOT RUN {
dat <- icite_api('27599104')
print(dat)
# }

Run the code above in your browser using DataLab