TRUE or FALSE:
[Select]
R matrices are stored row-major.
[Select]
R data frames are non-atomic objects.
[Select]
Two R matrices with the same number of columns can be bound using the function rbind.
[Select]
R vectors can be of any length, including zero.
[Select]
The dollar "$" operator can be used on R matrices.
[Select]
R factors are stored as integer vectors.
[Select]
When all columns of a data frame are of the same data type, then the data frame is an atomic object.