updated
This commit is contained in:
Michal
2020-04-15 19:50:44 +02:00
committed by Starbeamrainbowlabs
parent 38470d8a6f
commit 1400034cbf

View File

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