Skip to content

Commit

Permalink
show dependency on {dbplyr} package explicitly (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngroklee-ml authored Feb 3, 2024
1 parent 2d82044 commit 6989034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/sec1/1-3-data-access.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ In R, we will replace our data loading with connecting to the database.
Leaving out all the parts that don't change, it looks like

``` {.r filename="eda.qmd"}
library(dbplyr)
con <- DBI::dbConnect(
duckdb::duckdb(),
dbdir = "my-db.duckdb"
Expand Down

0 comments on commit 6989034

Please sign in to comment.