Skip to contents

List collection dates for a house number

Usage

abfallnavi_termine_hausnummern(
  hausnummern_id,
  fraktion,
  safe = TRUE,
  refresh = FALSE
)

Arguments

hausnummern_id

House number id.

fraktion

Fraction ids.

safe

Logical; if TRUE (default), apply rate-limiting and cache GET responses to tools::R_user_dir("bunddev", "cache").

refresh

Logical; if TRUE, ignore cached responses and re-fetch from the API (default FALSE).

Value

A tibble with one row per collection date and columns:

id

Integer. Collection event identifier.

bezirk

List. District information for this collection.

datum

Character. Collection date (YYYY-MM-DD).

date_time

POSIXct. Parsed collection date (Europe/Berlin).