search for: 7x2

Displaying 1 result from an estimated 1 matches for "7x2".

Did you mean: 0x2
2009 May 07
1
extending strsplit to handle missing text that doesn't have the target on which to split
...uot;Wed, 16 Nov 2005 07:00:45 EST", "Wed, 16 Nov 2005 05:28:00 -0800", "Wed, 16 Nov 2005 14:06:21 +0000", "15 Nov 2005 09:10:00 +0100") tmp.dat.data <- matrix(unlist(strsplit(dat,",")),ncol = 2, byrow = TRUE) tmp.dat.data comes out as a 7x2 matrix contents: [,1] [,2] [1,] "Tue" " 15 Nov 2005 09:44:50 EST" [2,] "15 Nov 2005 09:10:00 +0100" "Tue" [3,] " 15 Nov 2005 09:44:50 EST" "Tue" [4,] " 15 Nov 2005 16:29:57 +00...