eia_clear_cache | R Documentation |
Reset the results of API calls that are currently cached in memory.
eia_clear_cache()
eia_clear_dir()
eia_clear_metadata()
eia_clear_data()
eia_clear_facets()
eia_clear_cache()
clears the entire cache. The other functions clear the
cache associated with specific endpoints.
## Not run:
key <- Sys.getenv("EIA_KEY") # your stored API key
system.time(eia_dir(key))
system.time(eia_dir(key))
eia_clear_cache()
system.time(eia_dir(key))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.