Parses the string into blocks of text and RSP.
# S3 method for RspParser
parseRaw(parser, object, what=c("comment", "directive", "expression"), commentLength=-1L,
..., verbose=FALSE)An RspString to be parsed.
A character string specifying what type of RSP construct
to parse for.
Specify the number of hypens in RSP comments to parse for.
Not used.
See Verbose.
Returns a named list with elements named "text" and "rsp".
For more information see RspParser.