Usage
Rmarkup(srcfile, driver = RweaveHTMLreport(), destdir=".",
postfix="REPORT", cssfile=NULL, cleanup=TRUE,
parms=list(height=400,width=600), details=0,...)
Arguments
srcfile
A text file with R code and descriptive text. The file name
extension can be anything except .html as this is the name of the
output file
driver
The actual workhorse
destdir
Specification of where to put the report.
postfix
A string to append to the filename for the HTML file.
cssfile
An optional cssfile; must be located in destdir to take effect.
cleanup
If set to FALSE
then the temporary files are not removed.
parms
Control height and width of graphics.
details
Set to a positive value to see intermediate results; mainly for
debugging purposes.
...
Further arguments, currently not used.