powered by
Enable caching for API responses
enable_cache(path = NULL)
Path to cache directory (invisibly)
Cache directory path. If NULL, uses an appropriate default location.
# \donttest{ # Use temporary directory for cache enable_cache(tempfile("nomis_cache")) # }
Run the code above in your browser using DataLab