ascii (version 2.2)

cacheSweaveReST: A driver to parse rest noweb files with Sweave tool - cacheSweave based

Description

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

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

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

RweaveReSTSetup

weaverReSTSetup

weaverReST

Usage

cacheSweaveReSTSetup(..., cache = FALSE, trace = FALSE, dependson = NULL)
RweaveReSTSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "rst", backend = "docutils, sphinx, ...", openSchunk = ".. code-block:: r\n", closeSchunk = "\n\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = " ", openInclude = ".. include::", closeInclude = ".rst", openFig = ".. image:: ", closeFig = "", ...)
weaverReSTSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "rst", backend = "docutils, sphinx, ...", openSchunk = ".. code-block:: r\n", closeSchunk = "\n\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = " ", openInclude = ".. include::", closeInclude = ".rst", openFig = ".. image:: ", 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 .rst is produced (as eventuals files for graphs).

See Also

Sweave, ReST

Examples

Run this code
## Not run: 
# library(ascii)
# ReST("file.Rnw")
# ## End(Not run)

Run the code above in your browser using DataLab