r-dbi/DBI

arrow related documents seems outdated?

eitsupi opened this issue · 2 comments

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")

Complete now, happy to take feedback.

No longer sure about backporting, I'd rather release DBI 1.2.1 after CRAN's vacation.