I have a list containing j objects. Lets call this list as X. Each object contains k items. I can access particular value(lets say 2'nd item) of an object(lets say 3'rd object) using below method.
X[[3]][2]
How do I access a list containing all the 2'nd items of each objects?