[R] Error message
Ivan Krylov
|kry|ov @end|ng |rom d|@root@org
Fri Mar 22 21:06:43 CET 2024
В Fri, 22 Mar 2024 14:52:05 -0500
Val <valkremk using gmail.com> пишет:
> 00000000: 8d5a 35f8 1ac5 cc14 a04e be5c 572f a3ad .Z5......N.\W/..
> 00000010: 6210 7024 9b58 93c7 34d0 acb7 7a82 3f99 b.p$.X..4...z.?.
Thank you!
This doesn't look like any structured data to me. In particular, it
doesn't look like something written by R: those created by modern
versions of R with default settings typically start with an "RDX2\n"
(52 44 58 32 0a) or at least "X\n" (58 0a). Could be a middle of
compressed stream, as if the file was truncated while it was being
written.
Do you get similar results with saveRDS(datafilename, 'X1.rds') and
data2 <- readRDS('X1.rds')? Does this happen with other R objects that
you try to save or in your other scripts?
--
Best regards,
Ivan
More information about the R-help
mailing list