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
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]]
2 matches
Mail list logo