Learn R Programming

R2HTML (version 2.3.4)

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).

Author

Eric Lecoutre

See Also

Examples

Run this code

if (FALSE) {
library(tools)
Sweave("file.snw",driver=RweaveHTML)
}

Run the code above in your browser using DataLab