1.6 What You Can Store in R Objects
Multiple Choice / MCQ – Basic
# Try running this code that has left off the parenthesis at the end
sum(50, 100
# Now fix the code (by adding the closing parenthesis) and Run again
# Try running this code that has left off the parenthesis at the end
sum(50, 100)
# Now fix the code (by adding the closing parenthesis) and Run again
ex() %>% check_function('sum') %>% check_result() %>% check_equal()
ex() %>% check_error()