Description Usage Arguments Details Value See Also
Launch a command via ssh or plink on a (remote) server.
1 2 |
machine |
A machine configuration. See |
cmd |
the command to be executed on the server. |
intern, wait |
arguments passed to |
Using either ssh
or plink
to launch a command on a (remote)
server.
Authentication is working currently for ssh
.
NO further input from stdin
is expected.
Outputs or errors may not be captured by R.
Mainly the message received from the command line of server may be returned but may not be captured by R.
For example, Windows with plink
will not capture the return because
currently the authentication is not working. A windows bat
file is
launched by shell.exec()
in an additional cmd.exe
window
to avoid saving password inside R.
machine()
, start_rr()
,
check_rr()
, kill_rr()
,
srpc()
,
ssh()
, and plink()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.