Captures the output of base::cat(...) and sends it to vsc together with information about the sourcefile and line

.vsc.cat(..., skipCalls = 0, showSource = TRUE)

Arguments

...

Arguments passed to base::cat()

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.

Value

NULL (invisible)