From 15c2df6ccf419b8f1b52fa9e5f3bc2cad80aee9d Mon Sep 17 00:00:00 2001 From: da377e3b0960a14b082c0f46b9a54abd Date: Fri, 9 Jun 2023 14:58:18 +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..31f92b8 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,10 +1,16 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "À propos du calcul de pi" +author: "Marion Gosselin" +date: "9 juin 2023" output: html_document --- +# En demandant à la lib maths +Mon ordinateur m’indique que $\pi$ vaut approximativement \ +``` {r pi} ``` + + + ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) -- 2.18.1