| about_IS | R Documentation |
Retrieves the latest information about the ImpactStory
API. This package now requires an API key. You can obtain
one by emailing team at impactstory dot org. Then
the key can be saved in your .rprofile as
options(ImpactStoryKey="YOUR_KEY") or specified
inline with each function call. Any API call cannot go
through without a valid key.
about_IS(key = getOption("ImpactStoryKey", stop("Missing ImpactStory consumer key")),
as.df = FALSE)
key |
An ImpactStory API key |
as.df |
Default is |
list
Karthik Ram karthik.ram@gmail.com
## Not run: about_IS() about_IS(as.df = TRUE) # will return a nicely formatted data.frame ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.