Skip to contents

List streets for a place

Usage

abfallnavi_strassen(ort_id, safe = TRUE, refresh = FALSE)

Arguments

ort_id

Place id.

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 street and columns:

id

Integer. Street identifier.

name

Character. Street name.

staticId

Character. Static identifier (base64-encoded).

hausNrList

List. House numbers for this street.

plz

Character. Postal code (may be NA).

ortsteilName

Character. District name.

ort

List. Nested place object.