ascii (version 2.2)

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

Description

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

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 = "\n#+END_SRC\n", openSinput = "", closeSinput = "", openSoutput = "\n", 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 = "\n#+END_SRC\n", openSinput = "", closeSinput = "", openSoutput = "\n", closeSoutput = "", indent = "", openInclude = "#+INCLUDE: \"", closeInclude = ".org\"", openFig = "[[file:", closeFig = "]]", use.cache = TRUE, ...)

Arguments

trace
trace
dependson
dependson
file
file
syntax
syntax
output
output
quiet
quite
debug
debug
stylepath
stylepath
...
...
use.cache
use.cache

Value

None value is returned. From a .Rnw noweb file, the corresponding .org is produced (as eventuals files for graphs).

See Also

Sweave, Org

Examples

Run this code
## Not run: 
# library(ascii)
# Org("file.Rnw")
# ## End(Not run)

Run the code above in your browser using DataLab