ascii (version 0.3.2)

RweaveT2t: A driver to parse txt2tags noweb files with Sweave tool

Description

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

Usage

RweaveT2t()

Arguments

Value

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

See Also

Sweave

Examples

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

Run the code above in your browser using DataCamp Workspace