Skip to contents

Returns the path to the user-level cache directory for pixieweb, creating it if it does not exist. Uses tools::R_user_dir() so the cache survives across R sessions.

Usage

pixieweb_cache_dir()

Value

A single character string (directory path).

Examples

pixieweb_cache_dir()
#> [1] "/home/runner/.cache/R/pixieweb"