bt_vorgangsposition: bt_vorgangsposition

View source: R/endpoint.R

bt_vorgangspositionR Documentation

bt_vorgangsposition

Description

bt_vorgangsposition

Usage

bt_vorgangsposition(
  n_max = 100,
  api_token = NULL,
  id = NULL,
  start_date = NULL,
  end_date = NULL,
  drucksache = NULL,
  plenarprotokoll = NULL,
  vorgang = NULL,
  zuordnung = NULL
)

Arguments

n_max

Maximum of units, that will be retrieved

api_token

Api key as provided by the bundestag service. More info on https://dip.bundestag.de/%C3%BCber-dip/hilfe/api

id

Id of the desired "vorgangsposition"

start_date

Start of the desired period (format is YYYY/MM/DD)

end_date

End of the desired period (format is YYYY/MM/DD)

drucksache

Id of drucksache related to the desired vorgangsposition

plenarprotokoll

Id of plenarprotokoll related to the desired vorgangsposition

vorgang

Id of vorgang related to the desired vorgangsposition

zuordnung

One of c('BT', 'BR', 'BV', 'EK') depending on institution issuing the desired vorgangsposition

Value

a tibble

Examples

## Not run: 
## Get some vorgänge
bt_vorgangsposition(n_max = 200, api_token)

## End(Not run)

benjaminguinaudeau/tidybundestag documentation built on March 6, 2024, 4:29 p.m.