vhdx.sockconn | R Documentation |
Vectorises on text.
## S3 method for class 'sockconn' vhdx(x, text, write.sep = "\n", write.useBytes = FALSE, timeout = NULL, ...)
x |
Socket connection. |
text |
Lines of text to write to the socket connection, a character vector. Writes all the lines before reading. |
write.sep |
Line separator written after every line of |
write.useBytes |
Suppresses re-encoding of marked strings. |
timeout |
Seconds to wait for ready socket, a numeric; or wait
indefinitely, |
... |
Arguments passed on to |
Scans after every character string.
## Not run: vhdx(con, letters[1:3], write.sep = "", what = character()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.