Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow related documents seems outdated? #444

Closed
eitsupi opened this issue Dec 23, 2023 · 2 comments · Fixed by #449
Closed

arrow related documents seems outdated? #444

eitsupi opened this issue Dec 23, 2023 · 2 comments · Fixed by #449

Comments

@eitsupi
Copy link

eitsupi commented Dec 23, 2023

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

@krlmlr
Copy link
Member

krlmlr commented Dec 23, 2023

Thanks. Work in progress: https://dbi.r-dbi.org/dev/reference/index.html#arrow . Will be ported to https://dbi.r-dbi.org/reference/index.html when good.

@krlmlr
Copy link
Member

krlmlr commented Dec 25, 2023

Complete now, happy to take feedback.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants