mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:24:55 +02:00
16 lines
198 B
Markdown
16 lines
198 B
Markdown
# r
|
|
|
|
> R language interpreter.
|
|
> More information: <https://www.r-project.org>.
|
|
|
|
- Start an R interactive shell (REPL):
|
|
|
|
`R`
|
|
|
|
- Check R version:
|
|
|
|
`R --version`
|
|
|
|
- Execute a file:
|
|
|
|
`R -f {{file.R}}`
|