We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd1a85 commit 95d493eCopy full SHA for 95d493e
hands-on.qmd
@@ -11,7 +11,7 @@ Loading the necessary packages. DuckDB has its own R package that is mostly a wr
11
library(tidyverse)
12
library(dbplyr) # to query databases in a tidyverse style manner
13
library(DBI) # to connect to databases
14
-# install.packages("duckdb") # install this package to get duckDB installed on your computer
+# install.packages("duckdb") # install this package to get duckDB API
15
library(duckdb) # Specific to duckDB
16
```
17
0 commit comments