Error in save(list = names(.GlobalEnv), file = outfile, version = version, : error writing to connection

0

Why sometimes I can save my R data in the server but sometimes I cannot?

Please see the error message as below. Note that the first time I saved the RData and it went successfully. And the second time immediately after the first time, I got error message notifying " error writing to connection". I wonder what would be possible the issue and how to solve this?

Thanks

I am using RStudio-1.3.1073_R-4.0.2_CUDA-10.1_cuDNN-7.6.5_ubuntu-18.04-LTS-64bit for

save.image("~/JA_integrated.Rdata.RData") Warning messages: 1: ggrepel: 24 unlabeled data points (too many overlaps). Consider increasing max.overlaps 2: ggrepel: 24 unlabeled data points (too many overlaps). Consider increasing max.overlaps 3: ggrepel: 24 unlabeled data points (too many overlaps). Consider increasing max.overlaps

save.image("~/JA_integrated_plot.RData") Error in save(list = names(.GlobalEnv), file = outfile, version = version, : error writing to connection

已提問 8 個月前檢視次數 42 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南