Skip to contents

List Bundestag committees

Usage

bundestag_ausschuesse(safe = TRUE, refresh = FALSE)

Arguments

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 committee <item> from the index feed. Column names correspond to XML child element names within each <item>.

<tag>

One column per unique scalar child element in each <item> (character). Exact names depend on the feed structure.

<repeated_tag>

List-column when a child element name appears more than once in a single <item>.

Details

Returns the committee index from Bundestag XML feeds. API documentation: https://bundesapi.github.io/bundestag-api/.

Examples

if (FALSE) { # \dontrun{
bundestag_ausschuesse()
} # }