First time poster, for forgive if I'm not following the etiquette:

How does one properly insert a DateTime, from R, into mongoDB and have it
recognized as a DateTime in mongoDB in lieu of being recognized as a string?

I've tried a zillion things, and NOTHING works.  I'm using:
library('RMongo')
require(rmongodb)
require(RJSONIO)

With a variety of commands I found online, and it always passes from R into
mognoDB as a string no matter what I do. 



--
View this message in context: 
http://r.789695.n4.nabble.com/Insert-DateTime-from-R-into-MongoDB-tp4688030.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to