SweaveTeXFilter | R Documentation |
This function blanks out code chunks and Noweb markup in an Sweave input file, for spell checking or other uses.
SweaveTeXFilter(ifile, encoding = "unknown")
ifile |
Input file or connection. |
encoding |
Text encoding to pass to |
This function blanks out all Noweb markup and code chunks from an Sweave input file, leaving behind the LaTeX source, so that a LaTeX-aware spelling checker can check it and report errors in their original locations.
A character vector which if written to a file, one element per line, would duplicate the text elements of the original Sweave input file.
Duncan Murdoch
aspell
, for which this is used with filter = "Sweave"
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.