knitr-js
v0.0.2
Published
Javascript implementation of knitr and R Markdown
Downloads
34
Readme
knitr-js and xmd
This project is still at an early stage of development. Please do not use it in production. Contributions welcome!
See also the panlang project, which will provide the language engines for knitr-js.
knit-js and xmd are implementations of R's knitr and R Markdown in Node.js.
What does knit-js Do
- execute code chunks in
.xmd
files and generate output with customizable behaviour - compute and renders javascript code snippets
- render
.xmd
into.md
, then usespandoc
to generate various output formats, including pdf, html, docx