1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:15:29 +02:00

r: add page (#1524)

This commit is contained in:
Vincent Yang 2017-10-10 20:40:00 -07:00 committed by Agniva De Sarker
parent bc711523a0
commit e274d45f41

15
pages/common/r.md Normal file
View file

@ -0,0 +1,15 @@
# r
> R language interpreter.
- Start an R interactive shell (REPL):
`R`
- Check R version:
`R --version`
- Execute a file:
`R -f {{file.R}}`