Skip to contents

Displays information about the mobdb cache including location, number of files, and total size.

Usage

mobdb_cache_info()

Value

List with cache information (invisibly):

path

Cache directory path

files

Number of cached files

size_mb

Total size in megabytes

exists

Whether cache directory exists

Examples

# Show cache info
mobdb_cache_info()
#> 
#> ── mobdb Cache Information ──
#> 
#>  Path: /home/runner/.cache/R/mobdb
#>  Files: 0
#>  Size: 0 MB
#>  Exists: FALSE