ArrayData               ArrayData class
ChunkedArray            ChunkedArray class
Codec                   Compression Codec class
CsvReadOptions          File reader options
CsvTableReader          Arrow CSV and JSON table reader classes
DataType                class arrow::DataType
Dataset                 Multi-file datasets
DictionaryType          class DictionaryType
Expression              Arrow expressions
FeatherTableReader      FeatherTableReader class
FeatherTableWriter      FeatherTableWriter class
Field                   Field class
FileFormat              Dataset file formats
FileSelector            file selector
FileStats               FileSystem entry stats
FileSystem              FileSystem classes
FixedWidthType          class arrow::FixedWidthType
InputStream             InputStream classes
MemoryPool              class arrow::MemoryPool
Message                 class arrow::Message
MessageReader           class arrow::MessageReader
OutputStream            OutputStream classes
ParquetFileReader       ParquetFileReader class
ParquetFileWriter       ParquetFileWriter class
ParquetReaderProperties
                        ParquetReaderProperties class
ParquetWriterProperties
                        ParquetWriterProperties class
Partitioning            Define Partitioning for a Source
RecordBatch             RecordBatch class
RecordBatchReader       RecordBatchReader classes
RecordBatchWriter       RecordBatchWriter classes
Scanner                 Scan the contents of a dataset
Schema                  Schema class
Source                  Sources for a Dataset
Table                   Table class
array                   Arrow Arrays
arrow_available         Is the C++ Arrow library available?
buffer                  Buffer class
cast_options            Cast options
codec_is_available      Check whether a compression codec is available
compression             Compressed stream classes
data-type               Apache Arrow data types
default_memory_pool     default arrow::MemoryPool
dictionary              Create a dictionary type
hive_partition          Construct Hive partitioning
install_arrow           Install or upgrade the Arrow library
mmap_create             Create a new read/write memory mapped file of a
                        given size
mmap_open               Open a memory mapped file
open_dataset            Open a multi-file dataset
open_source             Create a Source for a Dataset
read_delim_arrow        Read a CSV or other delimited file with Arrow
read_feather            Read a Feather file
read_json_arrow         Read a JSON file
read_message            Read a Message from a stream
read_parquet            Read a Parquet file
read_record_batch       read arrow::RecordBatch as encapsulated IPC
                        message, given a known arrow::Schema
read_schema             read a Schema from a stream
read_table              Read an arrow::Table from a stream
type                    infer the arrow Array type from an R vector
write_arrow             Write Arrow formatted data
write_feather           Write data in the Feather format
write_parquet           Write Parquet file to disk
