Skip to contents

Reads all or filtered changelog partitions. Uses arrow::open_dataset() when available for partition pruning, falls back to reading individual parquet files.

Usage

read_changelog(from = NULL, to = NULL, registry = NULL, change_type = NULL)

Arguments

from, to

Optional date bounds.

registry

Optional filter: "enheter", "underenheter", "roller", "paategninger".

change_type

Optional filter: "entry", "exit", "change", "annotation".

Value

A tibble of changelog rows.