Re: [R] Reading binary files

2012-06-12 Thread Nortisiv
Rui Barradas wrote > > Hello, > > From the help page for readBin: > > "readBin and writeBin read and write C-style zero-terminated character > strings." > > > Your description of the string doesn't match this one. To read any sort > of character strings, use readChar. > > readChar(to.read

[R] Reading binary files

2012-06-12 Thread Nortisiv
Hey guys, I am currently trying to read in a binary file using this helpful manual: http://www.ats.ucla.edu/stat/r/faq/read_binary.htm Reading binary files I also have the detailed format description from the developer. But somehow the reading of the file does still not work properly. The first

Re: [R] Test Binary File

2012-06-12 Thread Nortisiv
As an alternative to the hexview package, an external Hex-Editor may help you investigate how the data is organised. -- View this message in context: http://r.789695.n4.nabble.com/Test-Binary-File-tp833690p4633075.html Sent from the R help mailing list archive at Nabble.com.