Mushroom Database

Step 1 Import Libraries

library(plyr)
library(RCurl)
## Loading required package: bitops

In this R Markdown we will be reading data from the mushroom database source importing by importing it in to a R data frame s

##   Classes CapShape Title V4 V5
## 1       p        x     s  n  t
## 2       e        x     s  y  t
## 3       e        b     s  w  t
## 4       p        x     y  w  t
## 5       e        x     s  g  f
## 6       e        x     y  y  t

Including Plots

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.