Run »
txt <- "awesome" my_function <- function() { paste("R is", txt) } my_function()
[1] "R is awesome"