Sunder¶
Extract YAML, code, and markdown files from an R markdown (Rmd) file.
The sunder
Python package consists of 2 shell commands and
functions: - sunder
, which extracts 1) a YAML file, 2) Python or R
scripts and 3) Markdown (md) files
from Rmd files. sunder
can either output one R script per code chunk
or a single R script per Rmd file (similar to knitr::purl
).
Similarly, Markdown content can be combined into a single file or output
as separate files. Python package. - catrmd
, which
concatenates input files to output an R
Markdown
(Rmd) file.
Write reports in R markdown format and use sunder to extract code from R markdown code chunks.