Link arrow & duckdb chapters explicitly

Closes #1260
This commit is contained in:
Hadley Wickham 2023-02-07 10:02:30 -06:00
parent 07ebc8c2c0
commit f80ef6318f
1 changed files with 1 additions and 1 deletions

View File

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