Let's say that R
is running a computation on Computer A.
Can computer B "take a look" at how this R
computation is going on computer A?
Can R
send the output (maybe even the created files) to a computer B when the computation is done?
I know R
has a sink()
function but I don't know how to use it with a distant computer, or even if that woukd be an appropriate way to set things up for my purpose. Should I use a SSH tunnel (whatever that means)?
@Enrico & @Señor O:
Computers A and B are PCs. I don't have admin rights on computer A, so I probably can't install a SSH server or "mount" computer B (does it mean creating a network?) on it.
Maybe I can send myself an email from R though? Saying something like "computation reached this point, here is the output so far..."
I just found here that this might be easily set up. Apparently you can even twitter from R!