Hi #QuartoPub folks - any option to run/render code of multiple languages in a single Quarto doc without using wrapper packages? e.g., pulling data with R, plotting with Obserable. Thx!
@ramikrispin this looks like a job for... no, not Superman, for... @hrbrmstr@mastodon.social @hrbrmstr@vis.social
@ramikrispin This should be natively supported by Quarto. The docs have a data wrangling with R then plotting with Observable example here: https://quarto.org/docs/interactive/ojs/data-sources.html#python-and-r
If you’re using the knitr engine with Quarto it has support for a lot of different languages: https://bookdown.org/yihui/rmarkdown/language-engines.html
@mccarthymg nice! Thanks!