Learn R Programming

ascii (version 2.3)

RweaveAsciidoc: 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.

Description

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

RweaveAsciidoc()

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, ... )

weaverAsciidoc()

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 {
  
# }
# NOT RUN {
Asciidoc("file.Rnw")
  
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab