1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/common/r.md

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