Re: [R] Reading in a csv - 2 different results

2014-06-21 Thread peter dalgaard
On 21 Jun 2014, at 20:20 , David Winsemius wrote: > # In the line above we see non-matching double quotes. I would have guessed > that it would throw an error or simple ask you for more input due to the non > matching quotes.. >> data <- sapply(temp, read.csv) > > If that is not the problem (

Re: [R] Reading in a csv - 2 different results

2014-06-21 Thread David Winsemius
On Jun 20, 2014, at 3:42 AM, svendeswan wrote: > Hi, > I am a beginner in R and already read and (thought that I) understood the R > introduction tutorial. However there is this reading .csv which I cant > solve. The question is: Why has data in the both cases a different content? > > I have a d

Re: [R] Reading in a csv - 2 different results

2014-06-20 Thread svendeswan
Aww thank u ! I had a knot in my brain... thank you for solving it :) Cheers, Sven -- View this message in context: http://r.789695.n4.nabble.com/Reading-in-a-csv-2-different-results-tp4692434p4692448.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] Reading in a csv - 2 different results

2014-06-20 Thread PIKAL Petr
rom: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of svendeswan > Sent: Friday, June 20, 2014 12:43 PM > To: r-help@r-project.org > Subject: [R] Reading in a csv - 2 different results > > Hi, > I am a beginner in R and already read an

[R] Reading in a csv - 2 different results

2014-06-20 Thread svendeswan
Hi, I am a beginner in R and already read and (thought that I) understood the R introduction tutorial. However there is this reading .csv which I cant solve. The question is: Why has data in the both cases a different content? I have a directory containing one .csv file. Version 1: data <- read.