Serializes an object to JSON and writes to a gzipped file.
Arguments
- x
An object to be serialized to JSON.
- path
File on disk (should end in '.gz').
- ...
Additional arguments passed to
jsonlite::write_json()
Serializes an object to JSON and writes to a gzipped file.
An object to be serialized to JSON.
File on disk (should end in '.gz').
Additional arguments passed to jsonlite::write_json()