rspatial / predicts

Methods for spatial prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acaule.csv EOF within quoted string

ZMgogo opened this issue · comments

acfile <- file.path(system.file(package="predicts"), "ex/acaule.csv")
acaule <- read.csv(acfile)

When I running above code in Rstudio, there are has a Warning message:
In scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
EOF within quoted string

and the code
dim(acaule)
return dimension is not match with the original csv file.
I opened the file in the packages path and it did contain 1,366 rows

Thanks, this has now been fixed.