read_json_zip: Read all JSON files from a zip

View source: R/read_json_zip.R

read_json_zipR Documentation

Read all JSON files from a zip

Description

read_json_zip() will read all JSON files from a zipped folder into a list of tibbles.

Usage

read_json_zip(path, .warn_utf8_bom = TRUE)

Arguments

path

Path to the .zip file.

.warn_utf8_bom

Logical whether to report UTF8 byte-order-mark errors.

See Also

Other JSON list functions: write_json_zip()


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