sensus.decompress.gz.files: Decompresses JSON files downloaded from AWS S3.

Description Usage Arguments Value

Description

Decompresses JSON files downloaded from AWS S3.

Usage

1
2
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


SensusR documentation built on May 2, 2019, 1:27 a.m.