Skip to content

Commit d7ca571

Browse files
committed
test
1 parent 80d0b2f commit d7ca571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connect_to_database.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ Execute the following commands, make sure that you fill the parameters of the da
5151
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:
5252

5353
```{r, eval = FALSE}
54-
install.packages(c("DBI", "RPostgres", "dplyr", "dbplyr", "usethis", "here"))
54+
install.packages(c("DBI", "RPostgres", "dplyr", "dbplyr", "usethis", "here"))
55+
x <- 1
5556
```
5657

5758
library("DBI")

0 commit comments

Comments
 (0)