mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:15:29 +02:00
r: add page (#1524)
This commit is contained in:
parent
bc711523a0
commit
e274d45f41
1 changed files with 15 additions and 0 deletions
15
pages/common/r.md
Normal file
15
pages/common/r.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# r
|
||||
|
||||
> R language interpreter.
|
||||
|
||||
- Start an R interactive shell (REPL):
|
||||
|
||||
`R`
|
||||
|
||||
- Check R version:
|
||||
|
||||
`R --version`
|
||||
|
||||
- Execute a file:
|
||||
|
||||
`R -f {{file.R}}`
|
Loading…
Add table
Reference in a new issue