mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
198 B
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}}