write_jsongz: Write gzipped JSON

View source: R/utils.R

write_jsongzR Documentation

Write gzipped JSON

Description

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()


umccr/gpgr documentation built on Aug. 22, 2024, 9:51 p.m.