Download data from INSEE
download.insee.Rd
Function used to download data from INSEE
Usage
download.insee(
destination,
origin = "insee",
name = NULL,
extension = NULL,
version = NULL,
date = NULL,
year = NULL,
verbose = TRUE
)
Arguments
- destination
character, the address where dara are stocked
- origin
character, either a keyword or the address from where data are downloaded. Best to keep it at default value. See details.
- name
character, vector of acceptable names fo archive to be downloaded
- extension
character, vector of acceptable types of archive to be downloaded
- version
character, version of archive to be downloaded
- date
string, version of archive to be downloaded
- year
integer or character, vector of year to be downloaded.
- verbose
logical, should the function send somme messages while running.