R.rsp (version 0.43.1)

getContent.RspText: Gets the contents of the RSP text

Description

Gets the contents of the RSP text.

Usage

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

Arguments

...

Not used.

unescaped

If TRUE, character sequences <%% and %%> are unescaped to <% and %>.

Value

Returns a character string.

See Also

For more information see RspText.