printToVsc | R Documentation |
Sends text to vsc, together with source information. Is used by e.g. .vsc.print, .vsc.cat
printToVsc(ret, skipCalls = 0, category = "stdout", showSource = TRUE)
ret |
The text to be sent |
skipCalls |
The number of calls to skip when reporting the calling file and line. Can be used e.g. inside log functions. |
category |
The output category ("stdout", "stderr", ...) |
showSource |
Whether to show the calling source file and line. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.