ascii (version 0.7)

RweaveAsciidoc: A driver to parse asciidoc noweb files with Sweave tool

Description

This driver parses asciidoc files containing R code and replace pieces of code with their output.

Usage

RweaveAsciidoc()
  cacheSweaveAsciidoc()
  weaverAsciidoc()

Arguments

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
library(ascii)
Asciidoc("file.Rnw")

Run the code above in your browser using DataLab