unzip_all_files {easyPSID} | R Documentation |
Unzip all PSID files
Description
Unzips all .zip_files files in the specified directory.
Usage
unzip_all_files(in_direc, out_direc)
Arguments
in_direc |
Directory of .zip files to be unzipped |
out_direc |
Directory for unzipped PSID files to be placed |
Examples
unzip_all_files(
in_direc=system.file("extdata", "zip_dir", package = "easyPSID"),
out_direc=tempdir()
)
[Package easyPSID version 0.1.2 Index]