write.HttpDaemonRspResponse {R.rsp}R Documentation

Writes strings to an HttpDaemonRspResponse buffer

Description

Writes strings to an HttpDaemonRspResponse buffer.

Usage

## S3 method for class 'HttpDaemonRspResponse':
write(this, ..., collapse="", sep="")

Arguments

... 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.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see HttpDaemonRspResponse.


[Package R.rsp version 0.3.4 Index]