Skip to content
Prev 314454 / 398503 Next

R and SSH / exchange R objects between client and server

Hi Martin,
In addition to what Duncan writes: I think winscp does exactly what you
want. You can copy objects from/to linux, but also edit files from linux on
the winduts machine without explicitly copying (of course you do copy the
file, but is done automatically).
Bye
Frans

-------------------
dr F.H.G. (Frans) Marcelissen
fransiepansiekevertje at hotmail.com

-----Oorspronkelijk bericht-----
Van: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]
Namens Duncan Murdoch
Verzonden: dinsdag 1 januari 2013 21:39
Aan: Martin Batholdy
CC: r-help at r-project.org
Onderwerp: Re: [R] R and SSH / exchange R objects between client and server
On 13-01-01 2:42 PM, Martin Batholdy wrote:
heavy work on the remote machine but control it via the laptop.
ssh and can start an R session in the terminal.
objects.
remote PC.
result data frames, so that I can export/save the result tables on my
laptop.
vice versa)?

Use save() and load() to create and read binary files containing the objects
you want to exchange.  Use scp to move them between systems. 
(Or sftp, or something else to move files.)
Not that I know of.  You just use the command line utilities via
system() or shell().
Not with base R.  There are some front ends written by others that do this,
e.g. RStudio.

Duncan Murdoch

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.