R/download.R
downloadVotes.Rd
Download Dutch Parliamentary Behaviour Vote Dataset from the internet
downloadVotes(url = NULL, destfile = "votes.rds")
url | URL to download from. Defaults to downloading from dutchparl dataverse. |
---|---|
destfile | Destination file (rds). |
Nothing. Side effect is to download the file.
if (FALSE) { downloadVotes() }