create r.md

initial
client-spec/clarity
Michal 2020-04-15 18:12:57 +02:00 committed by Starbeamrainbowlabs
parent 5ddfda90f2
commit bbe2ec4ee9
1 changed files with 16 additions and 0 deletions

16
pages.pl/common/r.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`