unzip_all_files: Unzip all PSID files

Description Usage Arguments Examples

View source: R/1unzip_all_files.R

Description

Unzips all .zip_files files in the specified directory.

Usage

1
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

1
2
3
4
unzip_all_files(
    in_direc=system.file("extdata", "zip_dir", package = "easyPSID"),
    out_direc=tempdir()
)

easyPSID documentation built on Oct. 3, 2021, 5:06 p.m.