CsvReadOptions {arrow}R Documentation

File reader options

Description

CsvReadOptions, CsvParseOptions, CsvConvertOptions, JsonReadOptions, and JsonParseOptions are containers for various file reading options. See their usage in read_csv_arrow() and read_json_arrow(), respectively.

Factory

The CsvReadOptions$create() and JsonReadOptions$create() factory methods take the following arguments:

CsvReadOptions$create() further accepts these additional arguments:

CsvParseOptions$create() takes the following arguments:

JsonParseOptions$create() accepts only the newlines_in_values argument.

CsvConvertOptions$create() takes the following arguments:

Methods

These classes have no implemented methods. They are containers for the options.


[Package arrow version 0.17.1 Index]