Update exercice_fr.Rmd

parent e311a4f7
......@@ -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
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