Message-ID: <CAHT1vpih3a2wSdMAnPGqzkPETAj=zx=ew5_8QhLV49HeJafuXw@mail.gmail.com>
Date: 2014-11-08T10:21:30Z
From: Roman Luštrik
Subject: gis
In-Reply-To: <CANLCanX1jse0zTeg-MOa37fM7aSpELH2oMzbC7Q4Z7OHeNzs7g@mail.gmail.com>
The data (.csv) is not in your working directory. Either set it to reflect
the location of the data set or specify full path.
For instance, if the file is in c:/gis/, you should either:
setwd("c:/gis")
samps <- read.table(...)
or
samps <- read.table("c:/gis/data.csv", ...)
Cheers,
Roman
On Sat, Nov 8, 2014 at 9:58 AM, Mahnaz Rabbaniha <rab.mahnaz at gmail.com>
wrote:
> Dear all
>
> in using of GIS codes after the install the packages and add the
> (FieldSamples.csv):
>
>
> *samps <- read.csv("FieldSamples.csv") *
>
> I revised this message:
>
>
> Error in file(file, "rt") : cannot open the connection
> In addition: Warning message:
> In file(file, "rt") :
> cannot open file 'FieldSamples.csv': No such file or directory
>
> what is meaning, could you please help me to dissolve?
>
> all the best
> Mahnaz
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> R-sig-ecology mailing list
> R-sig-ecology at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-ecology
>
--
In God we trust, all others bring data.
[[alternative HTML version deleted]]