Articles

Using the package

Arrow concepts

  • Data objects:

    Learn about Scalar, Array, Table, and Dataset objects in arrow (among others), how they relate to each other, as well as their relationships to familiar R objects like data frames and vectors

  • Data types:

    Learn about fundamental data types in Apache Arrow and how those types are mapped onto corresponding data types in R

  • Metadata:

    Learn how Arrow uses Schemas to document structure of data objects, and how R metadata are supported in Arrow

Installation

Developer guides