Questions tagged [read.csv]

The command in R to read a data file with a “comma separated values” (csv) format.

The read.csv is a command in R to read a data file with a “comma separated values” (csv) format.

737 questions
-4
votes
1 answer

Reading CSV file to dataframe in r

I have the following CSV file: D1 Diff 20/11/2014 16:00 0 20/11/2014 17:00 0.01 20/11/2014 18:00 0.04 20/11/2014 19:00 0.03 Where D1 is a date with time. When I use the following command: ts1<-read.csv (file.choose(),…
Avi
  • 2,247
  • 4
  • 30
  • 52
1 2 3
49
50