ascii (version 2.2)

cacheSweaveAsciidoc: A driver to parse asciidoc noweb files with Sweave tool - cacheSweave based

Description

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

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

weaverAsciidocSetup

weaverAsciidoc

Usage

weaverAsciiSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "txt", backend = "asciidoc", openSchunk = "----", closeSchunk = "\n----\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "include::", closeInclude = ".txt[]", openFig = "image::", closeFig = "[]", use.cache = TRUE, ...)

Arguments

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, Asciidoc

Examples

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

Run the code above in your browser using DataLab