The cause of “bad magic number” error when loading a workspace and how to avoid it?

后端 未结 9 1273
自闭症患者
自闭症患者 2020-11-29 05:54

I tried to load my R workspace and received this error:

Error: bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning m         


        
9条回答
  •  离开以前
    2020-11-29 06:26

    I had this problem when I saved the Rdata file in an older version of R and then I tried to open in a new one. I solved by updating my R version to the newest.

提交回复
热议问题