Skip to content
Prev 245812 / 398506 Next

read.data? without separator

I have a problem with 'read.data' also in that I don't see that as a
function in the 'base'; I assume you meant read.table.

Also you did not indicate is all the lines were the same length.  Here
is a solution to return a list is each character broken out
separately.
+ 1?0001010101
+ 101010??1010"))
[[1]]
 [1] "1" "?" "0" "0" "0" "1" "0" "1" "0" "1" "0" "1"

[[2]]
 [1] "1" "0" "1" "0" "1" "0" "?" "?" "1" "0" "1" "0"
On Sun, Dec 26, 2010 at 1:04 PM, Fror <fror at interia.pl> wrote: