I have a dataframe which has a 3 fields: NAME, CATEGORY, COUNTRY
Now I would like to have all data where the category is the String over 10 mio
or the Country is Germany
and the Country is Sweden
.
Any recommendation how to "query" my dataFrame in R?
I would appreciate your replies!