# NOT RUN {
# Selection by range
results <- get_nationalvotes(
geolevel = "district",
from_date = "2018-01-01",
to_date = "2018-12-31"
)
# Selection by end date only
get_nationalvotes(to_date = "1983-12-04")
# }
# NOT RUN {
# Selection of a specific vote date
get_nationalvotes(votedates = "2014-02-09")
# }
Run the code above in your browser using DataLab