簡體   English   中英

R無法保存到PRN.rData

[英]R can't save to PRN.rData

如果您嘗試將任何數據集保存到“PRN.rData”,則會收到錯誤消息:

d<- data.frame(D=NA, K=NA)
save(d, file="E:/PRN.rData")

Error in gzfile(file, "wb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "wb") :
  cannot open compressed file 'E:/PRN.rData', probable reason 'No such file or directory'

這是怎么回事? 只有我嗎?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM