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:       r
allowed commands:   run
in-browser:         ✘

Usage example:

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

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

Documentation