17 lines
198 B
Markdown
17 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}}`
|