# NOT RUN {
# Retrieve data on the members of the Swiss Parliament
get_data(table = "Person", Language = "DE")
# Retrieve voting behavior of selected councillors
get_data(
table = "Voting",
PersonNumber = c(21, 4167),
Language = "DE"
)
# Retrieve businesses submitted during a specified period
get_data(
table = "Business",
SubmissionDate = c(">2018-12-31", "<2019-02-01"),
Language = "DE"
)
# Retrieve businesses on the subject of CO2
get_data(
table = "Business",
Title = "~CO2",
Language = "DE"
)
# }
Run the code above in your browser using DataLab