Skip to contents

Read a single depredation event

Usage

dep_read_event(id, includes = NULL, dry_run = FALSE, verbosity = 0)

Arguments

id

Integer. The event ID to retrieve.

includes

Character vector of related resources to include in the response. Valid values: "calls", "investigations", "animals", "group".

dry_run

Logical. If TRUE, prints the request without sending it.

verbosity

Integer. How much information to print (0 = silent, 1 = headers, 2 = headers + body, 3 = full).

Value

A single-row tibble of the event.