Hello. I'm using dplyr to summarise a larger data frame. I get an error that states `Error in group_by(RATING_CLASS_CODE): object 'RATING_CLASS_CODE' not found.
Could you please turn this into a self-contained reprex (short for reproducible example)? It will help us help you if we can be sure we're all working with/looking at the same stuff.
If you run into problems with access to your clipboard, you can specify an outfile for the reprex, and then copy and paste the contents into the forum.
Hi Mara. I apologize. I just figured out why and WHILE I'm embarrassed, it has to do with a missing pipe operator after the select statement. So much for my first question on the community being a good one.