From e9aee938270a0dfae5cc42e98f4aa5a8f7e7415c Mon Sep 17 00:00:00 2001 From: Mathilde Foucteau Date: Wed, 6 May 2026 16:01:10 +0200 Subject: [PATCH] Exercice tentative 4, ultimate minor changes --- module2/exo1/toy_document_fr.Rmd | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 3749526..bcfee6f 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 -- 2.18.1