Displaying 1 result from an estimated 1 matches for "projectmap".
Did you mean:
projecta
2005 Apr 19
1
type.convert error with read.csv function
...work/tkConfig.sh
TCLTK_LIBS='-framework Tcl -framework Tk'
TCLTK_CPPFLAGS='-I/Library/Frameworks/Tcl.Framework/Headers
-I/Library/Frameworks/Tk.Framework/Headers'
A straight-forward read.csv[] function returns the following error:
> map.plain <- read.csv("~/Projects/ProjectMap/plain.csv", na.strings =
".")
Error in type.convert(data[[i]], as.is = as.is[i], dec = dec,
na.strings = character(0)) :
invalid multibyte string
I had used the exact command with R 2.0.1 compiled with almost exactly
the same configuration (except the utf8 support) and had no er...