powered by
Download brazilian microdata.
download_sourceData(dataset, i, unzip = T, root_path = NULL, replace = FALSE)
Standardized name of brazilian public microdadata. See available datasets with get_available_datasets()
Period(year/quarter) to download, use get_available_periods(dataset) to see available periods
(optional) logical. Should files be unzipped after download?
(optional) a path to the directory where dataset should be downloaded
(optional) logical. Should an existing version of the data be replaced?
# NOT RUN { download_sourceData("PNAD", 2014, unzip = T, root_path = "F:/Datasets/PNAD", replace = T) # } # NOT RUN { # }
Run the code above in your browser using DataLab