Skip to contents

Wraps dep_read_animals() with species = "wolf" and surfaces removal-specific metadata keys (date_authorized, method_of_removal, who_removed, comments) as top-level columns for table rendering.

Usage

dep_read_removals(
  id = NULL,
  name = NULL,
  attacked_by = NULL,
  attacked_at = NULL,
  includes = NULL,
  page_args = list(),
  dry_run = FALSE,
  verbosity = 0
)

Arguments

id, name, attacked_by, attacked_at

Passed through to dep_read_animals() as filter args. (name maps to the animal's title.)

includes, page_args

Passed to dep_read_animals().

dry_run, verbosity

Passed to dep_read_animals().

Value

A tibble of wolf-removal animal rows with surfaced metadata columns.