Skip to contents

A utility function that wraps rappdirs::user_cache_dir.

Usage

get_data_dir(path = NULL, package = "overedge")

create_data_dir(path = NULL, create = TRUE)

Arguments

path

Path to directory to use as data directory.

package

Package name; defaults to "overedge"

create

For create_data_dir, if TRUE and directory does not exist at the path, prompt user to create directory. Defaults to TRUE.