README.md

README

Akshay Yadav, Gaurav Kandoi, He Jiang, Kathleen Rey March 30, 2017

Team8

Package for getting count tables for specified columns from the given data table

library(Team8)
irisSpecies_CountTable<-get_countTable(iris,"Species")
irisSpecies_CountTable
## # A tibble: 3 × 2
##      Species     n
##       <fctr> <int>
## 1     setosa    50
## 2 versicolor    50
## 3  virginica    50


akshayayadav/Team8 documentation built on May 10, 2019, 8:32 a.m.