I have installed R 3.1.2. I want to install RMongo
package so that I can access my mongoDB database.I have downloaded RMongo-master.zip
file from GitHub. But I am not able to install this package. Please help me.
How to install RMongo package in R
4.8k Views Asked by manishankar At
3
To install packages from github, first install and load the
devtools
package:Then use
install_github
.Though in this case,
Rmongo
is on CRAN, so you can just do: