R/os.R
user_dir.Rd
get the user dir to save app caches, logs and data (a wrapper function of rappdirs::user_cache_dir())
rappdirs::user_cache_dir()
user_dir(appname = NULL, appauthor = NULL, ...)
App name
App author
additional parameters
a directory (created if not exists)
Other os-utils: exec(), has_internet()
exec()
has_internet()
Guangchuang Yu