Description Usage Arguments Examples
View source: R/1unzip_all_files.R
Unzips all .zip_files files in the specified directory.
1 | unzip_all_files(in_direc, out_direc)
|
in_direc |
Directory of .zip files to be unzipped |
out_direc |
Directory for unzipped PSID files to be placed |
1 2 3 4 | unzip_all_files(
in_direc=system.file("extdata", "zip_dir", package = "easyPSID"),
out_direc=tempdir()
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.