search for: cnt2y

Displaying 1 result from an estimated 1 matches for "cnt2y".

Did you mean: cnt1y
2009 Dec 24
2
Column naming issues using read.table
...= FALSE, # FLASE indicates headers are not included in input file sep = ",", # must have "," otherwise errors in table quote = "", dec = ".", row.names = 1, # must = 1 or extra column of row numbering is entered col.names = ("Nr2sec,Cnt1X,Cnt1Y,Cnt2X,Cnt2Y,sec100,hour"), as.is = FALSE, na.strings = "NA", colClasses = NULL, nrows = 381, # rows to stop data.table recording (not input file row number!) skip = 2, # number of rows to skp before reading data from input file strip.white = FALSE, comment.char = "") write.csv(fram...