Skip to content

Instantly share code, notes, and snippets.

@Oindrila-Sen
Created November 8, 2017 06:05
Show Gist options
  • Save Oindrila-Sen/91523ccc559e1393ae78910169c999de to your computer and use it in GitHub Desktop.
Save Oindrila-Sen/91523ccc559e1393ae78910169c999de to your computer and use it in GitHub Desktop.
#Check the Structure od Dataset Iris
str(iris)
#Check the Levels of the Factor Column Species
levels(iris$Species)
#Check number of records for each levels
table(iris$Species)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment