1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 07:35:40 +02:00
tldr/pages.pl/common/r.md
Michal bbe2ec4ee9 create r.md
initial
2020-04-19 13:31:16 +01:00

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}}`