This is an R Markdown document. You can use Markdown to both run your analyses and produce a document you might submit for the project.
#Let's ask for a histogram and let R make the decision for us regarding bins
hist(example$Student_Count_Total)
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.