JsonFileFormat {arrow}R Documentation

JSON dataset file format

Description

A JsonFileFormat is a FileFormat subclass which holds information about how to read and parse the files included in a JSON Dataset.

Value

A JsonFileFormat object

Factory

JsonFileFormat$create() can take options in the form of lists passed through as parse_options, or read_options parameters.

Available read_options parameters:

Available parse_options parameters:

See Also

FileFormat

Examples




[Package arrow version 16.1.0 Index]