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