Run »
# Vector with numerical values in a sequence numbers <- 1:10 # Print numbers numbers
[1] 1 2 3 4 5 6 7 8 9 10