Description Details Super class Methods
R6 Class representing a writeable connection
R6 Class representing a writeable connection
Events:
drain
error
finish NYI
pipe
unpipe
emitters::EventEmitter
-> WriteableStream
new()
Create a new WriteableStream object
WriteableStream$new( source_object, highwater_mark = NULL, queue_strategy = object.size, encoding = "UTF8", auto_destroy = TRUE )
source_object
a file path, connection, processx connection, socket connection, or appendable object
highwater_mark
maximum buffer size
A new ReadableStream
object.
TODOC
TODOC
TODOC
TODOC
TODOC
print()
WriteableStream$print()
write()
WriteableStream$write(text, encoding = private$.writeable_encoding)
cork()
WriteableStream$cork()
uncork()
WriteableStream$uncork()
end()
WriteableStream$end()
destroy()
WriteableStream$destroy(why = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.