diff --git a/pages.pl/common/r.md b/pages.pl/common/r.md index 91aab3657..5546c9684 100644 --- a/pages.pl/common/r.md +++ b/pages.pl/common/r.md @@ -1,16 +1,16 @@ # r -> R language interpreter. -> More information: . +> Interpreter języka R. +> Więcej informacji: . -- 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}}`