1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fr/common/r.md
2021-05-01 12:49:31 -04:00

16 lines
241 B
Markdown

# 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}}`