Description Usage Arguments Value Examples
icite_search
returns the parsed results of a single call to the iCite API
1 | icite_search(year = NA, offset = NA, limit = NA)
|
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. |
If the call runs without error, the output is a simple S3 object
1 2 | dat <- icite_search(year=2012, offset = 18008027, limit=10)
print(dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.