R Users & R Markdown
Kyso is also designed for R users to also be able to publish their data-science reports.
Converting R to other formats
Installing knitr
install.packages("knitr")Using the command line
Rscript -e "library(knitr); knit('notebook.Rmd', 'notebook.md')"Using R Studio


Compiling R to HTML
HTMLLast updated