ascii (version 1.2)

RweavePandoc: A driver to parse Pandoc noweb files with Sweave tool...

Description

A driver to parse Pandoc noweb files with Sweave tool This driver parses Pandoc files containing R code and replace pieces of code with their output.

Arguments

Value

  • None value is returned. From a .Rnw noweb file, the corresponding .md is produced (as eventuals files for graphs).

See Also

Sweave, Pandoc

Examples

Run this code
library(ascii)
Pandoc("file.Rnw")

Run the code above in your browser using DataCamp Workspace