launchJobs | R Documentation |
This function copies your individual job scripts and the launch script to an EC2 instance, flags them as executable, and then runs them.
launchJobs(instance, scripts, otherFiles = NULL, permissions = "ug+x")
instance |
An |
otherFiles |
NULL or a vector containing full paths to other files to be copied to the instance before the launch script is run. |
permissions |
Specification for how the executable bit should be set after scripts are copied to the instance. By default this marks the scrips as executable by both the owning user and group. |
The instance
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.