Replies: 1 comment 13 replies
-
What is the intended display ? Here is an example ---
format: revealjs
---
```{r}
#| include: false
#| cache: false
con_sample <- dbplyr::nycflights13_sqlite(path = NULL)
```
# Table
```{sql}
#| connection: con_sample
SELECT *
FROM airlines
LIMIT 5
``` |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Sorry I don't have a complete example yet, but when I run the SQL code block using the knitr engine in revealjs format, the display doesn't seem to be what I intended.
Do you have a sample slide that uses SQL?
Beta Was this translation helpful? Give feedback.
All reactions