Commit c4e86519 authored by Helene Gambier's avatar Helene Gambier

update(syndrome grippal) : save data locally

parent ed652272
...@@ -46,6 +46,10 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc ...@@ -46,6 +46,10 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc
```{r} ```{r}
data = read.csv(data_url, skip=1) data = read.csv(data_url, skip=1)
``` ```
### Copie en local pour travail :
```{r}
write.csv(data ,file="C:/Users/hgambier/Documents/HG_local/05_Formations/MOOC/2020_recherche_reproductible/mooc-rr/data/sentinelles_incidence_epidemie.csv", row.names=FALSE)
```
Regardons ce que nous avons obtenu: Regardons ce que nous avons obtenu:
```{r} ```{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