powered by
count()
count
COUNTIF
count(..., condition = (function(x) TRUE))
R
count(c(NA,1,2)) count(c(NA,1,2),is.na) count(c(NA,1,2),list('A',4),cbind(1,2,3)) count(c(NA,1,2),list('A',4),cbind(1,2,3),condition=is.character)
Run the code above in your browser using DataLab