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
gis
2 messages · Mahnaz Rabbaniha, Roman Luštrik
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]]