Suppose I have a dataframe that I want to filter out certain elements, in this case I want to only filter out specific colleges from the dataframe. The column I am filtering by is called "OWNER" and I want to filter out several schools such as "DUKE", "COLUMBIA", "STANFORD" etc.
If I make an vector of the names of schools, how can I use the vector to filter out the specific schools?