From e5164cb68892489e9f809f9cc3c0388efd4fa4b7 Mon Sep 17 00:00:00 2001 From: 0df518f24345b8121aac3d63118064f8 <0df518f24345b8121aac3d63118064f8@app-learninglab.inria.fr> Date: Tue, 31 Mar 2020 16:31:34 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..4c9f4e9 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,7 +1,7 @@ --- -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 --- @@ -10,6 +10,11 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` +# En demandant à la lib de maths + +Mon ordinateur m'indique que $pi$ vaut *approximativement* + + ## Quelques explications Ceci est un document R markdown que vous pouvez aisément exporter au format HTML, PDF, et MS Word. Pour plus de détails sur R Markdown consultez . -- 2.18.1