Skip to content

akshayayadav/Team8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages