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
f8c1c0d5
Commit
f8c1c0d5
authored
Dec 09, 2020
by
NAVRATIL VINCENT
Browse files
Update README.md
parent
43a75ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
handson-rstudio/README.md
handson-rstudio/README.md
+8
-4
No files found.
handson-rstudio/README.md
View file @
f8c1c0d5
...
...
@@ -109,8 +109,12 @@ Pour avoir plus d'information faire précéder le nom de la fonction à l'aide d
data
()
#charge le dataset "iris"
data
(
iris
)
class
(
iris
)
names
(
iris
)
class
(
iris
$
Sepal.Length
)
```
`
## Références de la formation
https://pbil.univ-lyon1.fr/R/pdf/bs01.pdf
https://rpubs.com/moeransm/intro-iris
...
...
@@ -118,9 +122,9 @@ https://rpubs.com/moeransm/intro-iris
## Apprendre R avec swirl
```R
install.packages("swirl")
library(swirl)
swirl()
>
install.packages("swirl")
>
library(swirl)
>
swirl()
``
`
## Pour aller plus loin
...
...
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