You knitr
can use other languages in code blocks. For example, we can use:
```{python}
Some python code
```
We can use the built-in engine R
with `r some R code`
Can I use other languages in embedded code?
For example, I would like to do something like this `python some code`.
Thank.
source
share