Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
txt <- "awesome" my_function <- function() { paste("R is", txt) } my_function()
[1] "R is awesome"