R2HTML (version 2.3.2)

RweaveHTML: A driver to parse HTML noweb files with Sweave tool

Description

This driver parses HTML files containing R code and replace pieces of code with their output. Graphs are incorporated as png.

Usage

RweaveHTML()

Arguments

Value

None value is returned. From a .snw noweb file, the corresponding .html is produced (as eventuals png files for graphs).

See Also

Sweave

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
library(tools)
Sweave("file.snw",driver=RweaveHTML)
# }

Run the code above in your browser using DataLab