R.rsp (version 0.30.0)

import.RspResponse: Imports the output from another RSP file

Description

Imports the output from another RSP file. This is an internal methods called when processing the <%@ import="" file="url" %=""> tag.

Usage

"import"(response, ...)

Arguments

...
Arguments passed to sourceRsp().

Value

Writes the output from sourceRsp() to the RSP response output file. If an error occurs, the error message is written too.

See Also

sourceRsp(). For more information see RspResponse.