powered by
Run command on submission node
run_cmd(cmd, print = FALSE)
The output of the command.
A single-line command.
Whether to print output from the command.
If current node is not the submission node, the command is executed via ssh.
if (FALSE) { # run pwd on remote node run_cmd("pwd") }
Run the code above in your browser using DataLab