powered by
table
table2(..., n = 10)
data(euks) table(euks$subgroup) table2(euks$subgroup) ## to display all rows, use NA or a large number... table2(euks$subgroup, n=100) # 2-d table table2(euks$group, year(euks$released))
Run the code above in your browser using DataLab