Getting data from 2 columns in a data frame

This might be an instance of conflicting function names. See here for example

Does the following work?

df <- dplyr::filter(education, Region == 3, Minor.Population > 310)