ODFweave is a system for combining R code with Open Document Format in a single document.
ODFweave is a system for combining R code with Open Document Format in a single document. It is an implementation of Donald Knuth's Literate Programming concept. The ODFweave file contains normal ODF markup with R code chunks in it.
Processing the hybrid document with the odfWeave
package will generate a valid ODF file with the results of the computations interlaced within the document.