jobRunScript | R Documentation |
Starts an R script as a background job.
jobRunScript(
path,
name = NULL,
encoding = "unknown",
workingDir = NULL,
importEnv = FALSE,
exportEnv = ""
)
path |
The path to the R script to be run. |
name |
A name for the background job. When |
encoding |
The text encoding of the script, if known. |
workingDir |
The working directory in which to run the job. When
|
importEnv |
Whether to import the global environment into the job. |
exportEnv |
The name of the environment in which to export the R
objects created by the job. Use |
Other jobs:
jobAdd()
,
jobAddOutput()
,
jobAddProgress()
,
jobGetState()
,
jobList()
,
jobRemove()
,
jobSetProgress()
,
jobSetState()
,
jobSetStatus()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.