check.names=FALSE
but it's discouraged because it will make it hard to refer to column
names inside R.
Michael
On Thu, Feb 16, 2012 at 11:18 AM, Marion Wenty <marion.wenty at gmail.com>
wrote:> Dear r-helpers,
>
> I read ?a .csv file into R
>
> with the following command:
>
> A<-read.csv2(file="Mappe3.csv")
>
> It worked fine, except that I would like to get rid of the points between
> the words and get spaces instead like I have got in the .csv file.
>
> At the moment it looks like the following:
>
> habe.mich.gut.mit.KlassenkollegInnen.verstanden
> hatte.gutes.Verh?ltnis.zu.Eltern
> f?hlte.mich.von.LehrerInnen.respektiert
> 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?88
> ? ? ? ? 86 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?74
> ?f?hlte.mich.von.LehrerInnen.ausreichend.gef?rdert
> Eltern.konnten.mir.beim.Lernen.helfen
> 1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?62
> ? ? ? ? ? ? ? ?41
>
>
> So far I couldn't find out how to do this. Could anyone help me with
this?
>
>
> Many Thanks in advance!
>
>
> Marion
>
> ? ? ? ?[[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>