View source: R/clusterFunctionsInteractive.R
makeClusterFunctionsInteractive | R Documentation |
All jobs executed under these cluster functions are executed
sequentially, in the same interactive R process that you currently are.
That is, submitJob
does not return until the
job has finished. The main use of this ClusterFunctions
implementation is to test and debug programs on a local computer.
Listing jobs returns an empty vector (as no jobs can be running when you call this)
and killJob
returns at once (for the same reason).
makeClusterFunctionsInteractive(write.logs = TRUE)
write.logs |
[ |
[ClusterFunctions
].
Other clusterFunctions:
makeClusterFunctionsLSF()
,
makeClusterFunctionsLocal()
,
makeClusterFunctionsMulticore()
,
makeClusterFunctionsOpenLava()
,
makeClusterFunctionsSGE()
,
makeClusterFunctionsSLURM()
,
makeClusterFunctionsSSH()
,
makeClusterFunctionsTorque()
,
makeClusterFunctions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.