As a refinement of this question, does anyone know how to tell Sweave (or better the driver) to put all the graphics in a specific directory when using the RweaveHTML driver from the R2HTML package? I can’t find any option for that 🙁
As a refinement of this question , does anyone know how to tell Sweave
Share
Sweave responds to the
prefix.stringoption for figures. E.g. in one recent document I usewhich leads to files
figures/chart-chunkname.pdfwhere I usechunknameas the identifier in the Sweave code snippet. I suspect the same may help for R2HTML but I have not tried that driver.