set_local_path {adklakedata}R Documentation

Set custom local file path

Description

Data files are locally cached (they are too large to be distributed with the CRAN package). These cached files are stored in your user data directory, or a custom directory set using set_local_path.

Usage

set_local_path(path)

Arguments

path

Full path to custom folder, will be created if it doesn't exist.

Examples

# set custom path to local temp directory
set_local_path(tempdir())



[Package adklakedata version 0.6.1 Index]