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)
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)