A driver to parse HTML noweb files with Sweave tool
This driver parses HTML files containing R code and replace pieces of code with their output. Graphs are incorporated as png.
RweaveHTML()
None value is returned. From a .snw noweb file, the corresponding .html is produced (as eventuals png files for graphs).
In order to work properly, noweb codes have to be located at the beginning of a line (no indentation). See samples in the samples directory of the package.
Eric Lecoutre
## Not run: library(tools) Sweave("file.snw",driver=RweaveHTML) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.