I have a complex list and need to select a subset from it, based on the value of a boolean element (I need records with hidden value e
hidden
Data frames are indexed using two numbers. To only select rows, you need to do:
data$startups[data$startups$hidden == FALSE, ]