Skip to contents

Show locally cached PRF data files

Usage

prf_cache(dataset = NULL)

Arguments

dataset

Character or NULL. One of "accidents", "crashes", "violations". NULL (default) shows all.

Value

A tibble with columns dataset, year, size_mb, cached_at.

Examples

prf_cache()
#> # A tibble: 0 × 4
#> # ℹ 4 variables: dataset <chr>, year <int>, size_mb <dbl>, cached_at <date>