page_limited: Pages through iCite results until the limit is reached or...

View source: R/get_metrics.R

page_limitedR Documentation

Pages through iCite results until the limit is reached or there is no new data

Description

page_no_limit aggregates results from iCite until the limit is reached or there is no new data

Usage

page_limited(year = year, offset = offset, limit = limit)

Arguments

year

character. The year whose data you would like

offset

character. The minimum PMID you would like to have

limit

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

Value

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


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