write_stdout | R Documentation |
Performs a non-buffered write to stdout
using the C function writev()
or
equivalent. Avoids interleaved output when writing concurrently from multiple
processes.
write_stdout(x)
x |
character string. |
This function writes to the C-level stdout
of the process and hence cannot
be re-directed by sink()
.
A newline character is automatically appended to x
, hence there is no need
to include this within the input string.
Invisible NULL. As a side effect, x
is output to stdout
.
write_stdout("")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.