ascii (version 0.4-1)

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

Description

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

Usage

RweaveReST()

Arguments

Value

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

See Also

Sweave

Examples

Run this code
library(tools)
Sweave("file.Rnw", driver=RweaveReST)

Run the code above in your browser using DataCamp Workspace