powered by
does the same as as.data.frame(table(x)) but guarantees a data frame with two columns is returned
as.data.frame(table(x))
util_table_of_vct(Var1)
a data frame with columns Var1 and Freq
Var1
Freq
vector to ta tabulate