Skip to content

Instantly share code, notes, and snippets.

# Stats & R G+ Community
## New data may take up to 48 hours to appear. So, 2 day lag for latest data
# member30 <- c(15292, 171)
# engage30 <- c(51,43,471)
# member30 / engage30
# Last 30 days - longest view available
## 2018-07-19
member.total <- 15292
@Btibert3
Btibert3 / rmongodb-tutorial.md
Last active November 8, 2021 01:13
Basic Overview of using the rmongodb package for R.

rmongodb Tutorial

This is a quick document aimed at highlighting the basics of what you might want to do using MongoDB and R. I am coming at this, almost completely, from a SQL mindset.

Install

The easiest way to install, I believe, is