mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 07:46:02 +02:00
create r.md
initial
This commit is contained in:
parent
5ddfda90f2
commit
bbe2ec4ee9
1 changed files with 16 additions and 0 deletions
16
pages.pl/common/r.md
Normal file
16
pages.pl/common/r.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# r
|
||||||
|
|
||||||
|
> R language interpreter.
|
||||||
|
> More information: <https://www.r-project.org>.
|
||||||
|
|
||||||
|
- 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