buffer {file} |
R Documentation |
create a new buffer object
Description
Usage
buffer(
type = raw,
mime = "~ifelse(type == 'text' || type == 100, 'text/html','application/octet-stream')");
Arguments
type
the r-sharp internal buffer data type. [as BufferObjects]
mime
the data mime-type for http response, some buffer
object type may required of this parameter for specific the correct
mine content type. [as string]
Details
this function usually works for the http web services.
Authors
SMRUCC genomics Institute
Value
this function returns data object of type
any kind.
clr value class
Examples
[Package
file version 2.33.856.6961
Index]