What is the output of this code snippet?

[1] 3 7[1] 5 7 9 10

Awesome! colSums() function sums up the elements of each column.

Yikes! colSums() function sums up the elements of each column.