| SweaveSyntConv {utils} | R Documentation | 
Convert Sweave Syntax
Description
This function converts the syntax of files in Sweave
format to another Sweave syntax definition.
Usage
SweaveSyntConv(file, syntax, output = NULL)
Arguments
| file | Name of Sweave source file. | 
| syntax | An object of class  | 
| output | Name of output file, default is to remove the extension
from the input file and to add the default extension of the target
syntax. Any directory names in  | 
Author(s)
Friedrich Leisch
See Also
‘Sweave User Manual’, a vignette in the utils package.
Examples
testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils")
## convert the file to latex syntax
SweaveSyntConv(testfile, SweaveSyntaxLatex)
## and run it through Sweave
Sweave("Sweave-test-1.Stex")
[Package utils version 4.6.0 Index]