cache_report {zendown}R 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()


[Package zendown version 0.1.0 Index]