date_to_mongo | R Documentation |
translate a date into mongo numberLong query
date_to_mongo(datestring, format = "%Y-%m-%d")
date_to_mongo('2020-03-18')
# { "$date" : { "$numberLong" : "1584514800000" } }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.