View source: R/search_volume.R
get_volume_cache | R Documentation |
Reads search volume data from cache
get_volume_cache(query = NULL, cache_path = "mminer-cache")
query |
An optional character vector of queries to read from cache. |
cache_path |
Path to the directory with the cache. Defaults to the 'mminer-cache' in the current working directory. |
A tibble (data frame) with search volume data from cache. If cache file doesn't exist, returns NULL. If the _query_ argument is provided, returns the matching queries only.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.