|
|
|
|
|
by kiwidrew
745 days ago
|
|
There's also the 'reticulate' package for R, which allows you to import Python libraries and exchange objects between the two languages. It includes a proper Python engine for knitr (with matplotlib support), letting you use both R and Python code blocks in the same R Markdown document. https://cran.r-project.org/web//packages//reticulate/index.h... |
|