.vsc.debugSource | R Documentation |
base::source
Modified version of base::source
that honors breakpoints set by the debugger.
.vsc.debugSource(
file,
local = FALSE,
envir = NULL,
chdir = FALSE,
print.eval = NULL,
encoding = "unknown",
...
)
file |
String giving the name of the file to be sourced. Connections etc. are not supported! |
local |
Same as in |
envir |
The environment in which to evaluate the sourced code. Overwrites |
chdir |
Whether to temporarily change the working directory to the location of |
encoding |
The encoding to be used by |
... |
Further arguments are ignored but allowed for compatibility with |
Other overwrites:
.vsc.load_all()
,
outputOverwrites
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.