Read wolf removal records
dep_read_removals.RdWraps 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. (namemaps to the animal'stitle.)- includes, page_args
Passed to
dep_read_animals().- dry_run, verbosity
Passed to
dep_read_animals().