Get persistent cache directory for dashboard downloads
Source:R/dashboard.R
get_dashboard_cache_dir.RdReturns the path to the dashboard cache directory. During R CMD check, uses a temporary directory.
Examples
cache_dir <- get_dashboard_cache_dir()
print(cache_dir)
#> [1] "/home/runner/.cache/R/ClassiPyR/dashboard"