ascii (version 1.0)

RweaveOrg: A driver to parse org noweb files with Sweave tool...

Description

A driver to parse org noweb files with Sweave tool This driver parses org 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 .org is produced (as eventuals files for graphs).

See Also

Sweave, Org

Examples

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

Run the code above in your browser using DataCamp Workspace