powered by
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).
Eric Lecoutre
Sweave
if (FALSE) { library(tools) Sweave("file.snw",driver=RweaveHTML) }
Run the code above in your browser using DataLab