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:
parent
583653c701
commit
7bf8d29224
1 changed files with 16 additions and 0 deletions
16
pages.fr/common/r.md
Normal file
16
pages.fr/common/r.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue