Captures the output of base::print(...) and sends it to vsc together with information about the sourcefile and line
.vsc.print(x, ..., skipCalls = 0, showSource = TRUE)
| ... | Arguments passed to |
|---|---|
| skipCalls | The number of calls to skip when reporting the calling file and line. Can be used e.g. inside log functions. |
| showSource | Whether to show the calling source file and line. |