powered by
Unzips all .zip_files files in the specified directory.
unzip_all_files(in_direc, out_direc)
Directory of .zip files to be unzipped
Directory for unzipped PSID files to be placed
# NOT RUN { unzip_all_files( in_direc=system.file("extdata", "zip_dir", package = "easyPSID"), out_direc=tempdir() ) # }
Run the code above in your browser using DataLab