get_volume_cache: Reads search volume data from cache

View source: R/search_volume.R

get_volume_cacheR Documentation

Reads search volume data from cache

Description

Reads search volume data from cache

Usage

get_volume_cache(query = NULL, cache_path = "mminer-cache")

Arguments

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.

Value

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.


MarekProkop/mminer documentation built on June 14, 2022, 12:41 a.m.