Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
すべての .csv ファイルを保持するディレクトリがあります。このディレクトリのショートカットを作成しました。ここで、このショートカットを使用してこれらの csv を読みたいと思います。
read.csv("<shortcut to directory>/input.csv");
上記のコマンドは機能しません。「接続を作成できません」と不平を言う
誰でもこれで私を助けることができますか?