write.AbstractPageResponse {R.httpd}R Documentation

Writes a response to the predefined output file

Description

Writes a response to the predefined output file.

Usage

## S3 method for class 'AbstractPageResponse':
write(...)

Arguments

... Objects to be pasted together and outputted.
collapse A character string to be used to collapse the objects.
sep A character string to separate the objects.

Value

Returns nothing.

Author(s)

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

See Also

For more information see AbstractPageResponse.


[Package R.httpd version 0.1.1 Index]