1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.pl/common/r.md
Michal bbe2ec4ee9 create r.md
initial
2020-04-19 13:31:16 +01:00

198 B

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}}