Skip to content

Commit a7272c8

Browse files
committed
saving some sapce
1 parent 5163fce commit a7272c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/week06/_code/using_dbplyr-06-wed-r.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "dbplyr"
33
---
44

55

6-
76
```{r warning=FALSE, message=FALSE}
87
library(tidyverse)
98
library(DBI) # low-level database interface, comparable to what we saw in Python
@@ -124,7 +123,6 @@ left_join(nests_db, eggs_db, by="Nest_ID", keep = FALSE) %>%
124123
If you want to add or update data, you'll need to use
125124
DBI functions.
126125

127-
128126
## Close your connection
129127

130128
```{r}

0 commit comments

Comments
 (0)