1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-03 03:53:30 +02:00
tldr/pages.fr/common/r.md
2020-10-10 00:19:24 +01:00

236 B

r

Interpréteur pour la langue R. Plus amples informatons: 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}}