Learn R Programming

yulab.utils (version 0.2.1)

user_dir: user_dir

Description

get the user dir to save app caches, logs and data (a wrapper function of rappdirs::user_cache_dir())

Usage

user_dir(appname = NULL, appauthor = NULL, ...)

Value

a directory (created if not exists)

Arguments

appname

App name

appauthor

App author

...

additional parameters

Author

Guangchuang Yu