getContent.RspText {R.rsp}R Documentation

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 <%% and %%> are unescaped to <% and %>.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

For more information see RspText.


[Package R.rsp version 0.44.0 Index]