ascii (version 2.0)

cacheSweaveOrg: A driver to parse org noweb files with Sweave tool - cacheSweave based

Usage

cacheSweaveOrgSetup(..., cache = FALSE, trace = FALSE, dependson = NULL)

RweaveOrgSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "org", backend = "org-mode", openSchunk = "#+BEGIN_SRC R-transcript", closeSchunk = "#+END_SRC", openSinput = "", closeSinput = "", openSoutput = "", closeSoutput = "", indent = "", openInclude = "#+INCLUDE: "", closeInclude = ".org"", openFig = "[[file:", closeFig = "]]", ...)

weaverOrgSetup(file, syntax, output = NULL, quiet = FALSE, debug = FALSE, extension = "org", backend = "org-mode", openSchunk = "#+BEGIN_SRC R-transcript", closeSchunk = "#+END_SRC", openSinput = "", closeSinput = "", openSoutput = "", closeSoutput = "", indent = "", openInclude = "#+INCLUDE: "", closeInclude = ".org"", openFig = "[[file:", closeFig = "]]", use.cache = TRUE, ...) trace{trace}

dependson{dependson}

file{file}

syntax{syntax}

output{output}

quiet{quite}

debug{debug}

stylepath{stylepath}

...{...}

use.cache{use.cache} None value is returned. From a .Rnw noweb file, the corresponding .org is produced (as eventuals files for graphs). A driver to parse org noweb files with Sweave tool - cacheSweave based

A driver to parse org noweb files with Sweave tool - cacheSweave based

A driver to parse org noweb files with Sweave tool This driver parses org files containing R code and replace pieces of code with their output.

RweaveOrgSetup

weaverOrgSetup

weaverOrg In order to work properly, noweb codes have to be located at the beginning of a line (no indentation).

Compare with RweaveLatex driver, RweaveOrg provides one new option : format to choose the format of figure that will be inserted in the final document.

In addition, cache option from cacheSweave or weaver package is also available with cacheSweaveOrg driver and weaverOrg driver.

A wrapper for Sweave can be used, named Org. library(ascii) Org("file.Rnw") [object Object] Sweave, Org file internal IO

Arguments