diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 68f597ed7e7917fd00898f6481fed9c50f92fbc4..3f2c1ac6d5d902d8fec1106247f32985bf6f3707 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -13,4 +13,7 @@ knitr::opts_chunk$set(echo = TRUE) ```{r cars} summary(cars) -``` \ No newline at end of file +``` +```{r} +plot(cars) +```