gcloud_exec {cloudml} | R Documentation |
Executes a Google Cloud command with the given parameters.
gcloud_exec(..., args = NULL, echo = TRUE, dry_run = FALSE)
... |
Parameters to use specified based on position. |
args |
Parameters to use specified as a list. |
echo |
Echo command output to console. |
dry_run |
Echo but not execute the command? |
## Not run:
gcloud_exec("help", "info")
## End(Not run)