View source: R/read_json_zip.R
write_json_zip | R Documentation |
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, ...)
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 |
Other JSON list functions:
read_json_zip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.