Skip to contents

Returns the provenance catalog recording every download: endpoint, timestamps, HTTP headers, file hashes, and CDC bridge metadata. The manifest lives at brreg_data_dir()/manifest.json.

Usage

brreg_manifest()

Value

A tibble with one row per snapshot. Returns an empty tibble if no manifest exists.

See also

brreg_snapshot() to create snapshots, brreg_snapshots() to list them.

Other tidybrreg snapshot functions: brreg_cleanup(), brreg_data_dir(), brreg_import(), brreg_open(), brreg_snapshot(), brreg_snapshots()

Examples

brreg_manifest()
#> # A tibble: 0 × 13
#> # ℹ 13 variables: id <chr>, type <chr>, snapshot_date <date>, endpoint <chr>,
#> #   format <chr>, download_timestamp <dttm>, last_modified <chr>, etag <chr>,
#> #   file_hash <chr>, record_count <int>, raw_path <chr>, parquet_path <chr>,
#> #   cdc_bridge_first_update_id <int>