Update analyse-syndrome-grippal.Rmd

parent 12504336
......@@ -46,6 +46,8 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc
```{r}
data = read.csv(data_url, skip=1)
```
Les données ont également été téléchargé dans un fichier local (accord du serveur).
data = read.csv(data, skip=1)
Regardons ce que nous avons obtenu:
```{r}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment