R/download.R
downloadQuestions.Rd
Download Dutch Parliamentary Behaviour Questions Dataset from the internet
downloadQuestions(url = NULL, destfile = "questions.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) { downloadQuestions() }