From b5ef84ebb46595702d5f43cadf65f4b775d5ac06 Mon Sep 17 00:00:00 2001 From: Julien Brun Date: Wed, 6 Mar 2024 19:50:53 -0800 Subject: [PATCH] no need of write --- _empty-hands-on.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_empty-hands-on.qmd b/_empty-hands-on.qmd index 856c663..5c2314e 100644 --- a/_empty-hands-on.qmd +++ b/_empty-hands-on.qmd @@ -124,7 +124,7 @@ library(duckdb) # Specific to duckDB This database has been built from the csv files we just analyzed, so the data should be very similar - note we did not say identical more on this in the last section: ```{r} -conn <- dbConnect(duckdb::duckdb(), dbdir = "./data/bird_database.duckdb", read_only = FALSE) +conn <- dbConnect(duckdb::duckdb(), dbdir = "./data/bird_database.duckdb") ``` List all the tables present in the database: