Run »
my_function <- function() { print("Hello World!") } my_function()
[1] "Hello World!"