Skip to content

Commit 9eef942

Browse files
committed
Update connect_to_database.qmd
1 parent 2c1dae0 commit 9eef942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect_to_database.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Connect to database (standard way) and set up the environment
1414

1515
The following libraries will be used in this chapter: DBI, RPostgres, dplyr, dbplyr, usethis and here. If you do not have them installed you can install them with the following command:
1616

17-
```{r}
17+
```{r, message=FALSE}
1818
library(DBI)
1919
library(RPostgres)
2020
library(dplyr)

0 commit comments

Comments
 (0)