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.
mangodb<-mongo.create()
これは私のrコードです。接続を作成しているときに、次のエラーが発生します。
r
Unable to connect to 127.0.0.1:27017, error code = 2.
これはmongodb、デフォルト ポート (27017) でリッスンしていないことを意味します。始めましたmongodbか?Rパッケージは に接続するためのインターフェースを提供しますが、デーモンmongodbを開始するのはあなた (または管理者) の責任です。mongodb
mongodb
R