I\'s trying to display a frequency table using crosstable() in R.
I want it to display the same results as:
table(mydata$union, exclude=NULL)