I'm running into a problem that I'm sure has an easy answer, but I feel like an idiot for not finding it in R's documentation.
I'm trying to filter two columns; one has cells with numeric data and the other one has cells that are expressed in percentages.
My filter function is filtering out the former correctly, but it's not filtering the column with percents. Also, I'm not getting any error messages for the latter, which is why I'm so confused.
The following is the line of code that seems to be tripping up. The console is filtering out the ratings per instructed, BUT the percentage column is not being filtered!
The original csv had a general text format, so I changed the format of the column
to number, but both formats were not being filtered. So I'm stuck.