[R] Error message

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Fri Mar 22 20:36:01 CET 2024


В Fri, 22 Mar 2024 14:31:17 -0500
Val <valkremk using gmail.com> пишет:

> How do I get the first   few bytes?

What does file.info('X1.RData') say?

Do you get any output if you run print(readBin('X1.RData', raw(), 128))?

If this is happening on a Linux or macOS machine, the operating system
command xxd -l 128 X1.RData will give the same output in a more
readable manner, but the readBin(...) output from R should be fine too.

-- 
Best regards,
Ivan



More information about the R-help mailing list