R language: open ssh connection

前端 未结 1 1782
粉色の甜心
粉色の甜心 2021-01-21 04:49

I am trying to open a remote shell via ssh to send commands from R. As long as I send commands, I need to get results and send new commands that depends on the output of the pre

相关标签:
1条回答
  • 2021-01-21 05:18

    Consider CRAN packages:

    • ssh.utils
    • RCurl

    RCurl supports scp

    ssh.utils supports also remote execution and monitoring:

    https://github.com/collectivemedia/ssh.utils/tree/master/man

    0 讨论(0)
提交回复
热议问题