Skip to content

Commit

Permalink
no need of write
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 committed Mar 7, 2024
1 parent aed617d commit b5ef84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _empty-hands-on.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5ef84e

Please sign in to comment.