From f80ef6318f3d482c55458f33f24da2eaec98e2cd Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Tue, 7 Feb 2023 10:02:30 -0600 Subject: [PATCH] Link arrow & duckdb chapters explicitly Closes #1260 --- arrow.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow.qmd b/arrow.qmd index 3393ba2..715243c 100644 --- a/arrow.qmd +++ b/arrow.qmd @@ -270,7 +270,7 @@ This massive difference in performance is why it pays off to convert large CSVs ### Using dbplyr with arrow -There's one last advantage of parquet and arrow --- it's very easy to turn an arrow dataset into a duckdb datasource by calling `arrow::to_duckdb()`: +There's one last advantage of parquet and arrow --- it's very easy to turn an arrow dataset into a DuckDB database (@sec-import-databases) by calling `arrow::to_duckdb()`: ```{r use-duckdb} seattle_pq |>