parseVignette {R.rsp} | R Documentation |
Parses an Rnw file
Description
Parses an Rnw file.
Usage
parseVignette(pathname, commentPrefix="^[ \t]*%[ \t]*", final=FALSE, source=FALSE,
maxLines=-1L, ...)
Arguments
pathname |
The Rnw file to be parsed. |
commentPrefix |
A regular expression specifying the prefix pattern of vignette comments. |
final |
If |
source |
If |
maxLines |
The maximum number of lines to scan. |
... |
Not used. |
Value
Returns a named list
or NULL if a non-vignette.
Author(s)
Henrik Bengtsson
[Package R.rsp version 0.45.0 Index]