SweaveAscii {ascii} | R Documentation |
Like Sweave
, but use RweaveAsciidoc
driver as default value.
SweaveAscii(file, driver = RweaveAsciidoc, syntax = SweaveSyntaxAscii, ...)
file |
Name of Sweave source file. |
driver |
Sweave driver |
syntax |
SweaveSyntax object |
... |
Further arguments passed to the driver's setup function. |
David Hajage dhajage@gmail.com