powered by
freq
print.freq(x,show.pc=TRUE,...)
print
print.freq
show.pc
test.df<-data.frame(A=c(sample(1:10,99,TRUE),NA),C=sample(LETTERS,100,TRUE)) test.freq<-freq(test.df) print(test.freq)
Run the code above in your browser using DataLab