1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 16:22:08 +02:00
tldr/pages.fr/common/r.md

237 B

r

Interpréteur pour le langage 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}}