Skip to contents

Locate the bunddev cache directory

Usage

bunddev_cache_dir()

Value

Path to the bunddev cache directory (character scalar).

Details

The cache directory is used to store downloaded OpenAPI specs and cached API responses. During R CMD check, bunddev uses a temporary cache directory to avoid leaving persistent files behind. Use this to inspect or clean cached files.

Examples

if (FALSE) { # \dontrun{
bunddev_cache_dir()
} # }