ascii (version 2.2)

cacheSweaveT2t: A driver to parse txt2tags noweb files with Sweave tool - cacheSweave based

Description

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

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

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

RweaveT2tSetup

weaverT2tSetup

weaverT2t

Usage

cacheSweaveT2tSetup(..., cache = FALSE, trace = FALSE, dependson = NULL)
RweaveT2tSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "t2t", backend = "txt2tags", openSchunk = "```", closeSchunk = "\n```\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "%!include: ", closeInclude = ".t2t", openFig = "[", closeFig = "]", ...)
weaverT2tSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "t2t", backend = "txt2tags", openSchunk = "```", closeSchunk = "\n```\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "%!include: ", closeInclude = ".t2t", 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 .t2t is produced (as eventuals files for graphs).

See Also

Sweave, T2t

Examples

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

Run the code above in your browser using DataCamp Workspace