mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 11:02:08 +02:00

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: spageektti <155078792+spageektti@users.noreply.github.com> Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com> Co-authored-by: Allie <allie@cloverleaf.app>
205 B
205 B
R
Interpreter języka R. Więcej informacji: https://www.r-project.org.
- Uruchom interaktywną powłokę R (REPL):
R
- Sprawdź wersję R:
R --version
- Uruchom plik:
R -f {{plik.R}}