Learn R Programming

nomisdata (version 0.1.1)

enable_cache: Enable caching for API responses

Description

Enable caching for API responses

Usage

enable_cache(path = NULL)

Value

Path to cache directory (invisibly)

Arguments

path

Cache directory path. If NULL, uses an appropriate default location.

Examples

Run this code
# \donttest{
# Use temporary directory for cache
enable_cache(tempfile("nomis_cache"))
# }

Run the code above in your browser using DataLab