Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tianyishi2001/knitr-js
JS implementation of knitr and R Markdown
https://github.com/tianyishi2001/knitr-js
Last synced: about 1 month ago
JSON representation
JS implementation of knitr and R Markdown
- Host: GitHub
- URL: https://github.com/tianyishi2001/knitr-js
- Owner: TianyiShi2001
- License: mit
- Created: 2020-03-23T01:52:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:06:03.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:37:07.741Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 588 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# knit-js and xmd
[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/emersion/stability-badges#experimental)
**knit-js** and **xmd** are implementations of R's **[knitr](http://yihui.name/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 uses `pandoc` to generate various output formats, including pdf, html, docx