Learn R Programming

easyPSID (version 0.1.2)

unzip_all_files: 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

Run this code
# 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