You can do:
as.numeric(charToRaw(paste(df[,4], collapse="")))
If you somehow want each row to be its own sequence of integers, you
could do something like:
lapply(df[,4], function(c) as.numeric(charToRaw(c)));
~Matthew Maycock
-Original Message-
From: r-help-boun...@r-p
eem
to have that option. Is there any way to make readBin not block?
~Matthew Maycock
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting gui
2 matches
Mail list logo