Run a command.
execute_command.Rd
Runs a cluster command in the given execution context, using the provided language.
Usage
execute_command(
client,
cluster_id = NULL,
command = NULL,
context_id = NULL,
language = NULL
)
commandExecutionExecute(
client,
cluster_id = NULL,
command = NULL,
context_id = NULL,
language = NULL
)