I have searched a lot on Google, but all goes in vain. I am new with RStudio, and trying to use rattle for data mining. I have a file which contains umlaut (German characters such as; ä, ö, ü and ß). I am using Rattle 3.3.0 with RStudio 0.98.1049. When I try to load the file in RStudio, it loads the file perfectly;
However, when I tried to open the csv file in Rattle, it gives this error;
An error occured in the following command:
crs$dataset <- read.csv("file:///C:/Users/data_model.csv", dec=",",
na.strings=c(".", "NA", "", "?"), strip.white=TRUE, encoding="UTF-8").
The error message was:
Error in type.convert(data[[i]], as.is = as.is[i], dec = dec,
na.strings = character(0L)) : invalid input 'FT-Stütze' in
'utf8towcs'
I am running R version 3.1.0 (2014-04-10) -- "Spring Dance" on 64-bit platform. Anyone knows how to fix it?