From 89f8de47af1217b7f5cc734e235fd813912f2c2e Mon Sep 17 00:00:00 2001 From: landri01 Date: Fri, 29 Dec 2023 09:49:45 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..da65ad7 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,13 +1,16 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "À propos du calcul de pi" +author: "Léna Andrieux" +date: "29 Décembre 2023" output: html_document --- +#En demandant à la lib maths -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) +Mon ordinateur m’indique que π vaut *approximativement* + +```{r setup} +pi ``` ## Quelques explications -- 2.18.1