diff --git a/module3/exo2/exercice_fr.Rmd b/module3/exo2/exercice_fr.Rmd index 1b39ccca96411e8b6ad4f6028eaf7b4aea3dc7ec..f7984406d2d474e6339b1a6ace92a48a0a7f21bc 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