Skip to content

Commit aed617d

Browse files
committed
no need of write
1 parent f21f967 commit aed617d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hands-on.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ library(duckdb) # Specific to duckDB
146146
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:
147147

148148
```{r}
149-
conn <- dbConnect(duckdb::duckdb(), dbdir = "./data/bird_database.duckdb", read_only = FALSE)
149+
conn <- dbConnect(duckdb::duckdb(), dbdir = "./data/bird_database.duckdb")
150150
```
151151

152152
List all the tables present in the database:

0 commit comments

Comments
 (0)