R: fix command case and add examples (#4957)

This commit is contained in:
Nuno Agostinho
2020-11-21 03:06:39 +00:00
committed by GitHub
parent 166688ddeb
commit f09651b375
2 changed files with 32 additions and 16 deletions

View File

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