updated
client-spec/clarity
Michal 2020-04-15 19:50:44 +02:00 committed by Starbeamrainbowlabs
parent 38470d8a6f
commit 1400034cbf
1 changed files with 5 additions and 5 deletions

View File

@ -1,16 +1,16 @@
# r
> R language interpreter.
> More information: <https://www.r-project.org>.
> Interpreter języka R.
> Więcej informacji: <https://www.r-project.org>.
- Start an R interactive shell (REPL):
- Uruchom interaktywną powłokę R (REPL):
`R`
- Check R version:
- Sprawdź wersję R:
`R --version`
- Execute a file:
- Uruchom plik:
`R -f {{file.R}}`