ascii (version 2.2)

cacheSweavePandoc: A driver to parse pandoc noweb files with Sweave tool - cacheSweave based

Description

A driver to parse pandoc noweb files with Sweave tool - cacheSweave based

A driver to parse pandoc noweb files with Sweave tool - cacheSweave based

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.

RweavePandocSetup

weaverPandocSetup

weaverPandoc

Usage

cacheSweavePandocSetup(..., cache = FALSE, trace = FALSE, dependson = NULL)
RweavePandocSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "md", backend = "pandoc", openSchunk = "~~~~~~{.R}", closeSchunk = "\n~~~~~~~~~~~\n\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "", closeInclude = "", openFig = "![](", closeFig = ")", ...)
weaverPandocSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "md", backend = "pandoc", openSchunk = "~~~~~~{.R}", closeSchunk = "\n~~~~~~~~~~~\n\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "", closeInclude = "", openFig = "![](", closeFig = ")", use.cache = TRUE, ...)

Arguments

trace
trace
dependson
dependson
file
file
syntax
syntax
output
output
quiet
quite
debug
debug
stylepath
stylepath
...
...
use.cache
use.cache

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
## Not run: 
# library(ascii)
# Pandoc("file.Rnw")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace