Run remote commands
execute(connection, command)
| connection | a connection object as returned by |
|---|---|
| command | a valid command for the remote system's shell environment |
# NOT RUN { connection <- get_connection(host = "some.remote.system", user = "you") execute(connection, "ps -ef | grep R /*") # }