Gets all data via bulk download. download_data
dumps the data in (international) csv format.
download_data(id, path = file.path(id, "data.csv"), ..., select = NULL,
typed = FALSE, verbose = TRUE, base_url = CBSOPENDATA)
of cbs open data table
of data file, defaults to "<id>/data.csv"
optional filter statements to select rows of the data,
optional names of columns to be returned.
Should the data automatically be converted into integer and numeric?
show the underlying downloading of the data
optionally specify a different server. Useful for third party data services implementing the same protocal.