[R] Binary Value into Text

2016-06-13 Thread Fahman Khan via R-help
I have written a following piece of code.  > binaryFile <- file("sampleBinary.dat", 'rb')>readBin(binaryFile, character(), > endian="little") I'm getting a warning message that says  Warning message: In readBin(binaryFile, chracter(), endian="little") : incomplete string at end of file has been

[R] Help: How to Convert Binary Data into Text Using R

2016-06-12 Thread Fahman Khan via R-help
Good Evening, Just started learning R and one of the task given to me is to convert Binary Data into text. I'm not sure what package i'm suppose to use. Can i get an idea of how i can convert binary into text.  Regards,Fahman Khan [[alternative HTML version deleted]]