1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

r: add French translation (#4568)

This commit is contained in:
Ivor Benderavage 2020-10-09 19:19:24 -04:00 committed by GitHub
parent 583653c701
commit 7bf8d29224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.fr/common/r.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`