bt_drucksache | R Documentation |
bt_drucksache
bt_drucksache(
n_max = 100,
api_token = NULL,
id = NULL,
start_date = NULL,
end_date = NULL,
plenarprotokoll = NULL,
vorgang = NULL,
zuordnung = NULL
)
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 "drucksache" |
start_date |
Start of the desired period (format is YYYY/MM/DD) |
end_date |
End of the desired period (format is YYYY/MM/DD) |
plenarprotokoll |
Id of plenarprotokoll related to the desired drucksache |
vorgang |
Id of vorgang related to the desired drucksache |
zuordnung |
One of |
a tibble
## Not run:
## Get some vorgänge
bt_drucksache(n_max = 200, api_token)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.