Size of vector (length of vector)



examples/vectors/vector_length.R
distances = c(11, 12, 13, 14)

length(distances)   # 4