Files
tldr/pages.fr/common/r.md
2021-05-01 12:49:31 -04:00

17 lines
241 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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