Skip to content

arrow related documents seems outdated? #444

Closed
@eitsupi

Description

@eitsupi

Perhaps there seems to be some documentation that hasn't been updated when switching from arrow to nanoarrow?

- fundamental data structure: `arrow::RecordBatchReader`

- Requires {arrow} R package

#' # Read data as Arrow table
#' con <- dbConnect(RSQLite::SQLite(), ":memory:")
#'
#' dbWriteTable(con, "mtcars", mtcars[1:10, ])
#' dbReadTableArrow(con, "mtcars")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions