Skip to content

Commit fdb5463

Browse files
committed
update path to new data repo
1 parent d4e6445 commit fdb5463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/week06/_code/using_dbplyr-06-wed-r.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ database name, etc.
2222
Here we want to use DuckDB, loading a file database:
2323

2424
```{r}
25-
conn <- DBI::dbConnect(duckdb::duckdb(), dbdir = "~/GitHub/gitRDS/bren-meds213-spring-2024-class-data/week3/database.db") # adapt the path as needed
25+
conn <- DBI::dbConnect(duckdb::duckdb(), dbdir = "~/GitHub/gitRDS/bren-eds213-data/database.db") # adapt the path as needed
2626
```
2727

2828
All the magic is right here. A dataframe view of a database table.

0 commit comments

Comments
 (0)