parent
07ebc8c2c0
commit
f80ef6318f
|
@ -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 |>
|
||||
|
|
Loading…
Reference in New Issue