cache_report: Cache report

View source: R/cache_report.R

cache_reportR Documentation

Cache report

Description

Print a report at the console with cache statistics

Usage

cache_report(cache_type = NULL, cache_dir = NULL)

Arguments

cache_type

character. Use temporary to a session temporary folder, persistent for a persistent cache folder or NULL to use the environment default. Check the section Cache Type for more details.

cache_dir

character. User specified cache directory for persistent cache type.

Value

No return value. The function prints a report on the console.

Examples


mirror_deposit(deposit_id = 10959197)
cache_report()


zendown documentation built on May 29, 2024, 4:12 a.m.