Awesome! The first [[2]] indicates the vector element in the list, while the [3] indicates the element we want from that vector.
[[2]]
[3]
Didn't we want to extract the third element of the vector belonging to our list?