R.rsp (version 0.19.0)

getContent.RspText: Gets the contents of the RSP text

Description

Gets the contents of the RSP text.

Usage

## S3 method for class 'RspText':
getContent(text, unescape=FALSE, ...)

Arguments

...
Not used.
unescaped
If TRUE, character sequences <%%< code=""> and %%> are unescaped to <%< code=""> and %>.

Value

See Also

For more information see RspText.