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, ...)

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