@@ -270,7 +270,7 @@ This massive difference in performance is why it pays off to convert large CSVs
|
|||||||
|
|
||||||
### Using dbplyr with arrow
|
### 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}
|
```{r use-duckdb}
|
||||||
seattle_pq |>
|
seattle_pq |>
|
||||||
|
|||||||
Reference in New Issue
Block a user