write.HttpDaemonRspResponse {R.rsp} | R Documentation |
Writes strings to an HttpDaemonRspResponse buffer.
## S3 method for class 'HttpDaemonRspResponse': write(this, ..., collapse="", sep="")
... |
One or several strings, which will be concatenated. |
sep |
The string to used for concatenating several strings. |
collapse |
The string to used collapse vectors together. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see HttpDaemonRspResponse
.