| IS_providers | R Documentation | 
Returns a list of current ImpactStory data providers
  IS_providers(key = getOption("ImpactStoryKey", stop("Missing ImpactStory consumer key")),
    as.df = FALSE)
| key | An ImpactStory API key | 
| as.df | =  | 
list
Karthik Ram karthik.ram@gmail.com
## Not run: IS_providers() IS_providers(as.df = TRUE) write.csv(t1_providers(as.df = TRUE), file = "ImpactStory_metadata.csv") # will write the data to a flat csv file. # Note: The coercion will not be entirely clean due to the variable number of fields under description for each metric provider. ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.