View source: R/call_placement.R
clear.cached | R Documentation |
Removes memory of cached perform.call data for specific parameters
clear.cached(endpoint, variables = list(), directory = "/cache")
endpoint |
An endpoint from the available EPA API endpoints |
variables |
A list of variables or a single variable to filter the EPA API endpoint. |
directory |
Place inside user-level cache directory that was used to store the cached data previously. Default: "/cache". |
TRUE if data was successfully forgotten, error message if cached data was not found
## Not run: endpoint <- 'list/states' clear.cached(endpoint) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.