Produces a count table of how many changes occurred per field and change type, useful for understanding the volume and distribution of registry mutations.
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)
}