mirror of https://github.com/CrimsonTome/tldr.git
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}}