tldr/pages/common/r.md

17 lines
198 B
Markdown
Raw Normal View History

2017-10-11 04:40:00 +01:00
# r
> R language interpreter.
> More information: <https://www.r-project.org>.
2017-10-11 04:40:00 +01:00
- Start an R interactive shell (REPL):
`R`
- Check R version:
`R --version`
- Execute a file:
`R -f {{file.R}}`