Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
NAVRATIL VINCENT
training-prabi
Commits
9a4076c0
Commit
9a4076c0
authored
Jan 09, 2022
by
NAVRATIL VINCENT
Browse files
Update README.md
parent
71f290b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
handson-rstudio/README.md
handson-rstudio/README.md
+10
-4
No files found.
handson-rstudio/README.md
View file @
9a4076c0
...
...
@@ -38,13 +38,18 @@ pour les tweetos le hashtag **#rstat**
https://www.rstudio.com/resources/webinars/
### Apprendre R avec
swirl
### Apprendre R avec
R
```
R
>
install.packages
(
"swirl"
)
>
library
(
swirl
)
>
swirl
()
install.packages
(
"swirl"
)
library
(
swirl
)
swirl
()
```
```
R
install.packages
(
"learnr"
)
learnr
::
run_tutorial
(
"ex-setup-r"
,
"learnr"
)
```
`
## Objectif de l'atelier
...
...
@@ -52,6 +57,7 @@ https://www.rstudio.com/resources/webinars/
- utiliser les principales fonctionnalités des panneaux de RStudio (édition, console, navigateurs)
- créer un projet RStudio
- savoir où et comment sauveguarder les historiques, les objets R
- lire et utiliser un R Notebook
## Installation et prise en main de l'IDE RStudio
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment