Thank you for assisting me. I am new to r. I have asserted that all my column types are correct.
There is a column that is a character type, but when I exercised count() on it, I saw that there is a number value in the character column. This is of course an error.
How do I find out the observation that has the number so that I can choose to modify or delete the cell? I used this code to determine what the column contained:
ned1 %>% count(source_id)
But the column that tells me the row number is titled X, and I do not know how to also call on the column X so I know the row number that contains the error.
I hope I explained this well enough, and I appreciate your time. I apologize if my newness has prevented me from giving you more information.