From 2b169f807222045326c1e3a18f112d1de27f5b48 Mon Sep 17 00:00:00 2001 From: b7f91f102899b88b399d50855ac3da42 Date: Mon, 20 Dec 2021 15:54:45 +0000 Subject: [PATCH] Update exercice_fr.Rmd --- module3/exo2/exercice_fr.Rmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module3/exo2/exercice_fr.Rmd b/module3/exo2/exercice_fr.Rmd index 1b39ccc..f798440 100644 --- a/module3/exo2/exercice_fr.Rmd +++ b/module3/exo2/exercice_fr.Rmd @@ -12,4 +12,9 @@ knitr::opts_chunk$set(echo = TRUE) ``` {r} data_url = "https://www.sentiweb.fr/datasets/incidence-PAY-7.csv" +``` + +``` {r} +data = read.csv(data_url,skip=1) +head(data) ``` \ No newline at end of file -- 2.18.1