View source: R/search_volume.R
prune_volume_cache | R Documentation |
From a search volume cache removes queires fetched from API before a specific date and time
prune_volume_cache(cache_path = "mminer-cache", older_than = NULL)
cache_path |
Path to the directory with the cache. Defaults to the 'mminer-cache' in the current working directory. |
older_than |
Date-time. Queries with the older time stamps will be removed from cache. |
Number of removed queries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.