R playground

greet <- function(name) {
  cat("Hello,", name, "!\n")
}

greet("World")

R is a language and environment for statistical computing and graphics.

⛫ homepage • αω tutorial • ⚘ community

Sandbox details

R version:      4.2
sandbox engine: codapi
sandbox name:   rlang
command:        run
in-browser:     ✘

Usage example:

```r
cat("Hello, World!\n")
```

<codapi-snippet sandbox="rlang" editor="basic">
</codapi-snippet>

Documentation