Wondering if anyone has any experience coding in R. If so
I am trying to figure out how to do a list count. In other words
a list of one array with the #of times an entry occurs in the array
so if the array is like: a, b, c, a, e, d, a, d, a, b, g, d
the code would spit out:
a 4
b 2
c 1
d 3
e 1
g 1
Any help would be great or advisment on where to go look for help
on this topic thanks
Ninja
