sensus.decompress.gz.files {SensusR} | R Documentation |
Decompresses JSON files downloaded from AWS S3.
Description
Decompresses JSON files downloaded from AWS S3.
Usage
sensus.decompress.gz.files(local.path, skip = TRUE, overwrite = FALSE,
remove = FALSE)
Arguments
local.path |
Path to location on local machine. |
skip |
If TRUE and the output file already exists, the output file is returned as is. |
overwrite |
If TRUE and the output file already exists, the file is silently overwritten; otherwise an exception is thrown (unless skip is TRUE). |
remove |
If TRUE, the input file is removed afterward, otherwise not. |
Value
None
[Package SensusR version 2.3.1 Index]