R/download.R
downloadQuestions.RdDownload 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() }