Message-ID: <1307441767.3965.2.camel@moose.ibmt.intern>
Date: 2011-06-07T10:16:07Z
From: Juergen Rose
Subject: access data on server
In-Reply-To: <011ED43025AD564E8BEDAE17F3DB66C081F7E3@VS1.exc.top.gwdg.de>
Am Dienstag, den 07.06.2011, 11:40 +0200 schrieb Brown, Mathew:
> Hello,
>
> I'm running R on Linux (Ubantu) and I'm trying to run a script that will read
> and plot data on a linux server. I've looked around and haven't been able to
> figure out how to do this.
>
> I want to load several files on the server and then be able to manipulate
> them.
>
> Any ideas?
Export a NFS share with the file to read and to plot at the server.
Mount the the share at Ubuntu client and access all files like local
files.