mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 19:01:35 +03:00
240 B
240 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}}