Learn R Programming

ohvbd (version 1.0.0)

get_default_ohvbd_cache: Get ohvbd cache locations

Description

Get ohvbd cache locations

Usage

get_default_ohvbd_cache(subdir = NULL, create = TRUE)

Value

ohvbd cache path as a string

Arguments

subdir

The subdirectory within the cache to find/create (optional).

create

Whether to create the cache location if it does not already exist (defaults to TRUE).

Author

Francis Windram

Examples

Run this code
if (FALSE) { # interactive()
get_default_ohvbd_cache()
}

Run the code above in your browser using DataLab