fmichonneau / francoismichonneau.net

Personal website
https://francoismichonneau.net
MIT License
0 stars 0 forks source link

2023/06/duckdb-r-remote-data/ #41

Open utterances-bot opened 12 months ago

utterances-bot commented 12 months ago

How to work with remote Parquet files with the duckdb R package? | François Michonneau

Learn how to work with Parquet files over HTTPS using duckdb and dplyr.

https://francoismichonneau.net/2023/06/duckdb-r-remote-data/

ginolhac commented 12 months ago

Looks great thanks!

seanbirchall commented 7 months ago

Thanks for this! Have things changed with the release of duckplyr? From my R session I'm unable to install / load httpfs... might just be a me issue.

seanbirchall commented 7 months ago

whoops con <- dbConnect(duckdb()) did the trick