Description Usage Arguments Value Examples
search metrics
takes a set of search criteria and returns a dataframe
of the information yielded by the iCite API.
1 |
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. |
page |
logical. Do you want to continue paging through the API until there is no new data returned (paging without a limit may take several hours to complete)? |
All values from the icite_api reformatted into a dataframe. See https://icite.od.nih.gov/api for details.
1 | search_metrics(year=2012, offset='1800000', limit='2000', page=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.