Skip to contents

Serializes an object to JSON and writes to a gzipped file.

Usage

write_jsongz(x, path, ...)

Arguments

x

An object to be serialized to JSON.

path

File on disk (should end in '.gz').

...

Additional arguments passed to jsonlite::write_json()