Re: [R] Binary Value into Text

2016-06-13 Thread Jeff Newmiller
Please post in plain text format. Only you have the power to format your email the way we will see it... using the default HTML format only leads to odd wraparounds and weird characters that you don't know about when you send but we have to wade through when we recieve it. "Character" data is

Re: [R] Binary Value into Text

2016-06-13 Thread Jim Lemon
Hi Fahman, That error message usually means that there is no newline at the end of the last line of the input file. Try adding a newline, Jim On Tue, Jun 14, 2016 at 1:17 AM, Fahman Khan via R-help wrote: > I have written a following piece of code. >> binaryFile <- file("sampleBinary.dat", 'rb'