我有一个R脚本,可以自动读取文件并生成图表。它在第一次运行时有效。如果.png文件在那里并且脚本需要使用新数据重新创建它们,我会收到此错误:
Error: bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file 'test1.png' has magic number 'ëPNG'
Use of save versions prior to 2 is deprecated
Execution halted
这个错误是什么意思?我试图使用source(" filename"),它也没用。
感谢,
答案 0 :(得分:2)
我不得不拆分我正在使用的目录。我输出到另一个文件夹,如下所示解决了问题。
setwd( “C / IMG”)