Skip to contents

Scan the local snapshot store and return metadata for each partition.

Usage

brreg_snapshots(type = c("enheter", "underenheter", "roller"))

Arguments

type

One of "enheter" or "underenheter".

Value

A tibble with columns: snapshot_date (Date), file_size (numeric, bytes), path (character).

Examples

brreg_snapshots()
#> # A tibble: 0 × 3
#> # ℹ 3 variables: snapshot_date <date>, file_size <dbl>, path <chr>