r: add page (#1524)

coverage
Vincent Yang 2017-10-10 20:40:00 -07:00 committed by Agniva De Sarker
parent bc711523a0
commit e274d45f41
1 changed files with 15 additions and 0 deletions

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