R スクリプトで「接続を開けません」というエラーが発生しています。詳細は次のとおりです。
> write.csv(table1.fiveReitWts,file="C:\\Users\\John Broussard\\Dropbox\\evtHandbookProject\\figuresTables\\figure3Data.csv")
Error in file(file, ifelse(append, "a", "w")) :
cannot open the connection
In addition: Warning message:
In file(file, ifelse(append, "a", "w")) :
cannot open file 'C:\Users\John Broussard\Dropbox\evtHandbookProject\figuresTables\figure3Data.csv': No such file or directory
>
これは作成中の新しいファイルですが、ディレクトリは存在します。他のファイルを含むディレクトリが表示されます。以前にこのコードを使用して成功しましたが、突然、このディレクトリにファイルを書き込むことができなくなりました。
このエラーの解決に役立つ追加情報を教えてください。