Question
Using the mongolite package in R, how do you query a database for a given date?
mongolite
R
Example Data
Prior converting your date by multiplying it with 1000, do this: options(scipen=1000), as the lack of this workaround will affect certain dates.
options(scipen=1000)
This is explained here: