Y
Hacker News
new
|
ask
|
show
|
jobs
by
Hasnep
1869 days ago
Rmarkdown notebooks can contain SQL chunks, so you'd only need to use R to configure the connection. [1]
[1]
https://bookdown.org/yihui/rmarkdown/language-engines.html#s...
1 comments
keeganj
1869 days ago
I didn't know you could write SQL directly in Rmarkdown like this, very interesting. Thanks!
link
pbowyer
1869 days ago
Same, when I've read the docs I've always got the impression that it was R only supported.
link
PuddleOfSausage
1869 days ago
There are loads more supported via knitr. Scroll to the top of that linked page in this thread for the list.
link