write_json_zip()
will write each data.frame in a named list to individual JSON files
inside of a zipped folder.
write_json_zip(x, path, ...)
A list of named data.frames to write to a zipped folder.
Path for the new .zip file (should include ".zip" at the end).
Additional arguments passed to write_json()
.
Other JSON list functions:
read_json_zip()