Iam trying to connect to mongodb database through this library(RMongo)
and iam getting this error
library(RMongo)
Error in library(RMongo) : there is no package called ‘RMongo’
so i thought of installing the package then i get this comment
install.packages("RMongo")
Installing package into ‘C:/Users/GIRI/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘RMongo’ is not available (for R version 3.6.2)
please help me out.