ascii (version 0.7)

RweaveTextile: A driver to parse textile noweb files with Sweave tool

Description

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

Usage

RweaveTextile()
  cacheSweaveTextile()
  weaverTextile()

Arguments

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

Run the code above in your browser using DataCamp Workspace