ascii (version 2.2)

cacheSweaveTextile: A driver to parse textile noweb files with Sweave tool - cacheSweave based

Description

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

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

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

RweaveTextileSetup

weaverTextileSetup

weaverTextile

Usage

cacheSweaveTextileSetup(..., cache = FALSE, trace = FALSE, dependson = NULL)
RweaveTextileSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "txt", backend = "textile", openSchunk = "\nbc.. ", closeSchunk = "\n\np. \n\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "", closeInclude = "", openFig = "!", closeFig = "!", ...)
weaverTextileSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "txt", backend = "textile", openSchunk = "\nbc.. ", closeSchunk = "\n\np. \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 .txt is produced (as eventuals files for graphs).

See Also

Sweave, Textile

Examples

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

Run the code above in your browser using DataCamp Workspace