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. Use this to inspect or clean cached files.

Examples

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