0

I have a list (my_list) with hundreds of objects (elements) on it. All the objects have a column named Objectname.Data

I'd like to find which objects have an specific value in a specific column that all objects have.

The column name is a sum of a variable part (Objectname)+common part(.Data) Objectname.Data

How can I get all object names that have in the column Objectname.Data an specific value, for example "2"?

Which objects in the list contains number "2" in the column Objectname.Data ?

List name = my_list
Object names = Objectname (Random different names)
Column name  = Objectname + .Data (Sufix) (Objectname.Data)

Thanks!

Rick
  • 195
  • 10
  • 2
    When asking for help, you should include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions – MrFlick Oct 01 '18 at 15:52
  • Thanks. In order to create a reproducible example, do you know where can I find a List of objects samples?. I need a list of objects sample. Thanks! – Rick Oct 01 '18 at 17:13
  • Created a new question with an example and desired output https://stackoverflow.com/questions/52596632/find-specific-value-in-a-column-of-a-list – Rick Oct 01 '18 at 18:13

0 Answers0