This is a simple problem, but for the life of me I cannot find the answer.
I have a vector of numbers:
numbers <- c(4,23,4,23,5,43,54,56,657,67,67,435,453,435,324,34,456,56,567,65,34,435)
I want to R to count the number of times a value "x" appears in the vector.
Any help?