launcherConfig {rstudioapi} | R Documentation |
Define a launcher configuration, suitable for use with the config
argument to launcherSubmitJob()
.
launcherConfig(name, value = NULL)
name |
The name of the launcher configuration. |
value |
The configuration value. Must either be an integer, float, or string. |
Other job submission: launcherContainer()
,
launcherHostMount()
, launcherNfsMount()
,
launcherPlacementConstraint()
,
launcherResourceLimit()
, launcherSubmitJob()
,
launcherSubmitR()