diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 37495266311f8eb967e7a159146f89286e19eaa1..bcfee6fc582353ce7a5f756a89df3bf6001ec3c8 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -12,7 +12,7 @@ knitr::opts_chunk$set(echo = TRUE) ## En demandant à la lib maths Mon ordinateur m'indique que $\pi$ vaut *approximativement* -```{r} +```{r cars} pi ``` @@ -44,6 +44,4 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ```{r} 4*mean(df$Accept) -``` - - +``` \ No newline at end of file