I have a csv file with three rows. The first row has 7 integervalue, the second one has 5 and the thisrd 3. I want to read this data using colbycol and then run fft on each of columns. but in the first step if I use this commadn:
cbc.read.table<-cbc.read.table("c:\\users\\Babak\\Desktop\\test1.csv",header=FALSE, sep=",")
I get this error:
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 2 did not have 7 elements
my question is, is it possible to read a CSV file with colbycol
UPDATE My CSV File contains only:
14,25,83,64,987,45,78
15,45,32,14,4,8
14,89,14,87,37,456