launcherConfig {rstudioapi} | R Documentation |
Define a Launcher Configuration
Description
Define a launcher configuration, suitable for use with the config
argument to launcherSubmitJob()
.
Usage
launcherConfig(name, value = NULL)
Arguments
name |
The name of the launcher configuration. |
value |
The configuration value. Must either be an integer, float, or string. |
See Also
Other job submission: launcherContainer()
,
launcherHostMount()
, launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
, launcherSubmitJob()
,
launcherSubmitR()
[Package rstudioapi version 0.13 Index]