-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 902 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: swissparl
Type: Package
Title: Interface to the Webservices of the Swiss Parliament
Version: 0.2.2
Authors@R:
c(person("David", "Zumbach", , "david.zumbach@gfzb.ch", c("aut", "cre")),
person("Benjamin", "Gföhler", role = "ctb"))
Description: Retrieves the most important data on parliamentary activities of the Swiss Federal Assembly via
an open, machine-readable interface (see <https://ws.parlament.ch/odata.svc/>).
URL: https://www.parlament.ch/en/services/open-data-webservices
BugReports: https://github.com/zumbov2/swissparl/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports: dplyr, jsonlite, magrittr, purrr, stringr, tibble, tidyr,
crayon, httr, ggplot2
NeedsCompilation: no
Packaged: 2021-11-01 07:39:16 UTC; david
Author: David Zumbach [aut, cre],
Benjamin Gföhler [ctb]
Maintainer: David Zumbach <david.zumbach@gfzb.ch>