Update exercice_fr.Rmd

parent e311a4f7
...@@ -13,3 +13,8 @@ knitr::opts_chunk$set(echo = TRUE) ...@@ -13,3 +13,8 @@ knitr::opts_chunk$set(echo = TRUE)
``` {r} ``` {r}
data_url = "https://www.sentiweb.fr/datasets/incidence-PAY-7.csv" 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
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