Last data update: 2014.03.03

R: Imports the output from another RSP file
import.RspResponseR Documentation

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

## S3 method for class 'RspResponse'
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.

Author(s)

Henrik Bengtsson

See Also

sourceRsp(). For more information see RspResponse.

Results