ga_cache_call {googleAnalyticsR}R Documentation

Setup caching of API calls

Description

Lets you cache API calls to disk

Usage

ga_cache_call(cache_location)

Arguments

cache_location

If RAM will save to memory, or specify a file folder location

Details

By default this is turned on upon package load to RAM. Should you want to cache calls to a folder then run this function to specify where.


[Package googleAnalyticsR version 1.1.0 Index]