Session Ready
Exercise

Functions

Run the following code in the R console:

n <- 1000
x <- seq(1,n)
sum(x)

Based on the result, what do you think the functions seq and sum do? You can use the help system.

Instructions
50 XP
Possible Answers