From an object named “education,” which contains the contents of a CSV file, I want to extract those rows in which the column Region (column 3) is equal to 3 and the column Minor.Population (column 6) is greater than 310, and then view the results so that I can do an analysis of their contents.
To help us help you, and to avoid these back and forths, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:
When I entered "?filter" I got this: " Linear Filtering on a Time Series," so there appears to be a second "filter" function, and they conflict. Your revision with "dplyr::filter" worked.