Skip to content

Commit 95d493e

Browse files
committed
more correctly said
1 parent 3fd1a85 commit 95d493e

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
@@ -11,7 +11,7 @@ Loading the necessary packages. DuckDB has its own R package that is mostly a wr
1111
library(tidyverse)
1212
library(dbplyr) # to query databases in a tidyverse style manner
1313
library(DBI) # to connect to databases
14-
# install.packages("duckdb") # install this package to get duckDB installed on your computer
14+
# install.packages("duckdb") # install this package to get duckDB API
1515
library(duckdb) # Specific to duckDB
1616
```
1717

0 commit comments

Comments
 (0)