Skip to content

Commit 3c2d40c

Browse files
committed
formatting
1 parent bac1568 commit 3c2d40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hands-on.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ species_db %>%
169169

170170
:::{.callout-note}
171171
## Note
172-
Note that those are **not** data frames but tables. What `dbplyr` is actually doing behind the scenes is translating all those dplyr operations into SQL, sending the SQL code to query the database, retrieving results, etc.
172+
_Note that those are **not** data frames but tables. What `dbplyr` is actually doing behind the scenes is translating all those dplyr operations into SQL, sending the SQL code to query the database, retrieving results, etc._
173173
:::
174174

175175
#### How can I get a "real" data frame?
@@ -250,7 +250,7 @@ eggs_area_db <- eggs_db %>%
250250
```
251251

252252
:::{.callout-caution}
253-
***Limitation: no way to add or update data in the database, `dbplyr` is view only. If you want to add or update data, you'll need to use the `DBI` package functions.***
253+
_Limitation: no way to add or update data in the database, `dbplyr` is view only. If you want to add or update data, you'll need to use the `DBI` package functions._
254254
:::
255255

256256

0 commit comments

Comments
 (0)