ISid | R Documentation |
If an object was previously queried at ImpactStory, it
will have a ImpactStory ID and this function will retrive
that ID which can then be used to retrieve the latest
metrics or add the item to a collection using
create_collection
. If the object doesn't exist in
ImpactStory, this will call create_ISid
and
return the newly assigned ID.
ISid(key = getOption("ImpactStoryKey", stop("Missing Dropbox consumer key")), id = NULL, nspace = "doi")
key |
An ImpactStory API key |
id |
Any object ID |
nspace |
Default is |
list
if a valid ImpactStory ID was found.
Otherwise returns an error.
Karthik Ram karthik.ram@gmail.com
create_collection
## Not run: ISid('10.1038/nrg3270') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.