I have loaded a table of this kind (but a lot bigger) in R (titles in caps):
https://postimg.org/image/66qmiayj5/
Does anyone know how I could make subsets of this table with:
- all rows with the value 'yes' for all the columns
- all rows with 'yes' in every column but one 'no'
- all rows with 'yes' in every column but two 'no'
- etc....