| parseRaw.RspParser | R Documentation |
Parses the string into blocks of text and RSP.
## S3 method for class 'RspParser'
parseRaw(parser, object, what=c("comment", "directive", "expression"), commentLength=-1L,
..., verbose=FALSE)
object |
An |
what |
A |
commentLength |
Specify the number of hyphens in RSP comments to parse for. |
... |
Not used. |
verbose |
See |
Returns a named list with elements named "text" and "rsp".
Henrik Bengtsson
For more information see RspParser.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.