Can you guess the output of this code snippet?

[1] 3[1] 1 2 3 4 5 6[1] 2[1] TRUE

Awesome! The initial double brackets subset the list and the second single brackets subset the vector.

Yikes! The initial double brackets subset the list and the second single brackets subset the vector.