Menu
×
×
Correct!
Exercise:Insert the missing parts to create a function with the name
my_function <- function() {
print("Hello World!")
}
Not CorrectClick here to try again. Correct!Next ❯<- () { print("Hello World!") } |