Skip to contents

POLIS's current-view API hides deletes and merges, so an incrementally-built store accumulates rows POLIS has since removed. Given a fresh full pull, reconcile keeps only the ids still present, pruning the rest.

Usage

reconcile(store, full_pull, id = "id")

Arguments

store

The accumulated data frame.

full_pull

A complete fresh pull of the same table.

id

Name of the identifier column (default "id").

Value

store filtered to ids present in full_pull.