Re: [R] ASCII values to Decimal

2011-07-08 Thread Matthew Maycock
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

[R] socket blocking with readBin

2011-06-30 Thread Matthew Maycock
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