import.RspResponse {R.rsp} | R Documentation |
Imports the output from another RSP file.
This is an internal methods called when processing the
<%@ import file="url"%>
tag.
## S3 method for class 'RspResponse': import(response, ...)
... |
Arguments passed to sourceRsp (). |
Writes the output from sourceRsp
() to the RSP response output file.
If an error occurs, the error message is written too.
Henrik Bengtsson (http://www.braju.com/R/)
sourceRsp
().
For more information see RspResponse
.