Skip to content

Commit

Permalink
r: add page (tldr-pages#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Yang authored and agnivade committed Oct 11, 2017
1 parent bc71152 commit e274d45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/common/r.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit e274d45

Please sign in to comment.