ascii (version 1.1)

RweaveReST: A driver to parse sphinx noweb files with Sweave tool...

Description

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

Arguments

Value

  • None value is returned. From a .Rnw noweb file, the corresponding .rst is produced (as eventuals files for graphs).

See Also

Sweave, ReST

Examples

Run this code
library(ascii)
ReST("file.Rnw")

Run the code above in your browser using DataCamp Workspace