I am a beginner and have no programming experience. I am trying to use RStudio for a quick and easy project.
I have a imported a table from Hive which has about 35k rows. A particular column "A" has multiple different values/names - John, Shawn, Todd, etc. I want to count how many times each of these names have repeated in the entire data set. For e.g. John was repeated 15 times, Shawn was repeated 300 times, etc.
In excel this would be a simple countif formula (=countif(A:A,A2)) that you can drag down the ~35k cells at a click of a button and get an answer.
Thanks for your time and feedback. I will take some time to understand the syntax and implement it. I am just starting R, so not sure what would be the easiest way to break this down. I went to the Help section in rstudio to read on "data.frame" but couldn't make out much of it. May be need to go through some basic training?
I would suggest you look at these in the order I present them here. R4DS to be able to do a lot fairly easily. and swirl to fill in the gaps of your R knowledge/ to be thorough.