R/TargetCount.R

Defines functions TargetCount

##
##
TargetCount <- function(target){
  tableTarget <- table(target)
  return(tableTarget)
}
houzeyu2683/PyKit documentation built on Jan. 5, 2020, 7:28 p.m.