parseRaw.RspParser {R.rsp} | R Documentation |
Parses the string into blocks of text and RSP
Description
Parses the string into blocks of text and RSP.
Usage
## S3 method for class 'RspParser'
parseRaw(parser, object, what=c("comment", "directive", "expression"), commentLength=-1L,
..., verbose=FALSE)
Arguments
object |
An |
what |
A |
commentLength |
Specify the number of hyphens in RSP comments to parse for. |
... |
Not used. |
verbose |
See |
Value
Returns a named list
with elements named "text" and "rsp".
Author(s)
Henrik Bengtsson
See Also
For more information see RspParser
.
[Package R.rsp version 0.45.0 Index]