Call the Helm commandline tool
call_helm(cmd = "", ...)
The Helm command line to execute.
Other arguments to pass to system2.
By default, the return code from the helm
binary. The return value will have an added attribute cmdline
that contains the command line. This makes it easier to construct scripts that can be run outside R.
This function calls the helm
binary, which must be located in your search path. AzureContainers will search for the binary at package startup, and print a warning if it is not found.