
Last chance! 50% off unlimited learning
Sale ends in
This function converts the syntax of files in Sweave
format to another Sweave syntax definition.
SweaveSyntConv(file, syntax, output = NULL)
Name of Sweave source file.
An object of class SweaveSyntax
or a character
string with its name giving the target syntax to which the file is
converted.
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 file
are also removed such
that the output is created in the current working directory.
‘Sweave User Manual’, a vignette in the utils package.
# NOT RUN {
testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils")
# }
# NOT RUN {
## convert the file to latex syntax
SweaveSyntConv(testfile, SweaveSyntaxLatex)
## and run it through Sweave
Sweave("Sweave-test-1.Stex")
# }
Run the code above in your browser using DataLab