Jarvis
To help you out with small things.
Wednesday, 29 January 2014
How to find the count of different values in a column of a dataframe in R
You can use the table command
table(data_frame$column_name)
Newer Post
Older Post
Home