RandomFractals / chicago-crimes

Exploring Chicago crimes dataset with Jupyter notebooks, DuckDB, Malloy and new Panel/PyScript data and dashboard tools.
GNU Affero General Public License v3.0
38 stars 4 forks source link

Create basic R version of Chicago Crimes DuckDB notebook #9

Open RandomFractals opened 1 year ago

RandomFractals commented 1 year ago

see #8 and R duckdb docs: https://duckdb.org/docs/api/r

RandomFractals commented 1 year ago

will have to check duckdb R docs and issues to see why this load data from CSV did not work in R Interactive ext. in VSCode:

chicago-crimes-duckdb-with-r

RandomFractals commented 1 year ago

Got basic duckdb CSV data loading with R script working in R Studio IDE. See new section in docs:

https://github.com/RandomFractals/chicago-crimes#in-r-studio

chicago-crimes-duckdb-in-r-studio