From 1425626de0bb4f72b07207da6d26acfb6acc7f17 Mon Sep 17 00:00:00 2001 From: Christine Chambaz Date: Mon, 6 Apr 2020 14:50:14 +0200 Subject: [PATCH] depot dans fichier local --- module3/exo1/analyse-syndrome-grippal.Rmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 771e78f..c14f755 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -47,6 +47,13 @@ La première ligne du fichier CSV est un commentaire, que nous ignorons en préc data = read.csv(data_url, skip=1) ``` +### Dépôt dans fichier local +```{r} +setwd("D:/Utilisateurs/Christine/Documents/maison/travail/MOOC_reproductibilite/mooc-rr/module3") +write.table(data, "data.csv") +``` + + Regardons ce que nous avons obtenu: ```{r} head(data) -- 2.18.1