mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 12:26:03 +02:00
update r
updated
This commit is contained in:
parent
38470d8a6f
commit
1400034cbf
1 changed files with 5 additions and 5 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue