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
Sebastiaan Speck 70cc86cc9f
pages.*: sync page titles (#12734)
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: spageektti <155078792+spageektti@users.noreply.github.com>
Co-authored-by: Fazle Arefin <fazlearefin@users.noreply.github.com>
Co-authored-by: Allie <allie@cloverleaf.app>
2024-05-08 20:57:32 +02:00

16 lines
237 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}}`