From 07fd1de5d9f22091e4c45f150b32b1ffe85a9edb Mon Sep 17 00:00:00 2001 From: f4c7f03bbf30146bf17acf2a81d1d6b8 Date: Wed, 15 Sep 2021 16:22:58 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..fbeaa17 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,13 +1,19 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "À propos du calcul de pi" +author: "Arnaud Legrand" +date: "25 juin 2018" output: html_document --- + +## En demandant à la lib maths + +Mon ordinateur m’indique que π vaut *approximativement* + ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) +pi ``` ## Quelques explications -- 2.18.1