This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

## [1] TRUE
## [1] "pseudoanalysis"
## [1] "pseudoanalysis.users"    "pseudoanalysis.insights"
## [1] 480
## [1] 480
## [1] "mongo.bson"
## [1] "list"
## [1] "_id"    "Month"  "Date"   "Client" "Type"   "Value"
## $`_id`
## { $oid : "55dc2a7eef14eefde142799b" }
## 
## $Month
## [1] 1
## 
## $Date
## [1] "1/1/2013"
## 
## $Client
## [1] 1
## 
## $Type
## [1] "Original"
## 
## $Value
## [1] 0.98
## NULL
## [1] "Hello"

You can also embed plots, for example:

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.