mirror of https://github.com/CrimsonTome/tldr.git
233 B
233 B
r
Interpréteur pour la langue R. Plus d'informations : https://www.r-project.org.
- Démarre une session de commande R (REPL):
R
- Vérifie la version de R:
R --version
- Exécute un fichier:
R -f {{fichier.R}}