icite_search: Query the iCite API using a search strategy

View source: R/api_methods.R

icite_searchR Documentation

Query the iCite API using a search strategy

Description

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

Usage

icite_search(year = NA, offset = NA, limit = NA)

Arguments

year

character or numeric. The year whose data you would like

offset

character. The minimum PMID you would like to have returned

limit

character. The maximum number of records you would like returned. There is a maximum of 1000 for a single call.

Value

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

Examples

dat <- icite_search(year=2012, offset = 18008027, limit=10)
print(dat)

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