if TRUE, return only after command has
finished running on the remote system. If FALSE (the default),
return immediately after sending command to the remote system.
...
additional arguments passed to system
Value
The return value is whatever the system() function
returns. If ... includes intern = T, this will be
whatever the ssh or plink returned.
Details
Uses the ssh program on Unix, and plink -ssh on Windows.