Relative Content

Tag Archive for rdataframe

Removing rows containing a specific search string in R?

I’m almost a complete beginner in R and in programming in general.
I have to tidy a data set, and in order to do that i have to remove rows containing the word “Total”.
I have this so far (railroads is the data set, railroads_clean is supposed to be the tidy version of this).