a <- "hello"
b <- "world"

```{prql, engine.opts=list(use_glue=TRUE, signature_comment=FALSE)} from {{a}} select {{b}}

```r
#| echo: false
#| file: set-db.R
#| connection: con
#| engine-opts:
#|   target: sql.sqlite
#|   signature_comment: false
#|   use_glue: true
from mtcars
select {{a}}
dbDisconnect(con)


Try the prqlr package in your browser

Any scripts or data that you put into this service are public.

prqlr documentation built on April 12, 2025, 1:47 a.m.