write_json_zip: Write a list of data.frames to zipped JSON

View source: R/read_json_zip.R

write_json_zipR Documentation

Write a list of data.frames to zipped JSON

Description

write_json_zip() will write each data.frame in a named list to individual JSON files inside of a zipped folder.

Usage

write_json_zip(x, path, ...)

Arguments

x

A list of named data.frames to write to a zipped folder.

path

Path for the new .zip file (should include ".zip" at the end).

...

Additional arguments passed to write_json().

See Also

Other JSON list functions: read_json_zip()


Technomics/costmisc documentation built on Nov. 12, 2024, 8:05 a.m.