View source: R/read_json_zip.R
read_json_zip | R Documentation |
read_json_zip()
will read all JSON files from a zipped folder into a list of tibbles.
read_json_zip(path, .warn_utf8_bom = TRUE)
path |
Path to the .zip file. |
.warn_utf8_bom |
Logical whether to report UTF8 byte-order-mark errors. |
Other JSON list functions:
write_json_zip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.