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