Skip to contents

Produces a count table of how many changes occurred per field and change type, useful for understanding the volume and distribution of registry mutations.

Usage

brreg_change_summary(from = NULL, to = NULL, registry = NULL)

Arguments

from, to

Date range (inclusive).

registry

Character vector of streams to include. Default includes all four.

Value

A tibble with registry, change_type, field, n.

See also

brreg_changes() for raw changelog rows, brreg_sync() to populate the changelog.

Other tidybrreg panel functions: as_brreg_tsibble(), brreg_changes(), brreg_events(), brreg_flows(), brreg_panel(), brreg_replay(), brreg_series()

Examples

if (FALSE) { # interactive()
brreg_change_summary(from = Sys.Date() - 7)
}