Skip to content

Commit b5ef84e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _empty-hands-on.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ library(duckdb) # Specific to duckDB
124124
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:
125125

126126
```{r}
127-
conn <- dbConnect(duckdb::duckdb(), dbdir = "./data/bird_database.duckdb", read_only = FALSE)
127+
conn <- dbConnect(duckdb::duckdb(), dbdir = "./data/bird_database.duckdb")
128128
```
129129

130130
List all the tables present in the database:

0 commit comments

Comments
 (0)