From 9c583362fd7df5ef83dd35b4756f5a707addaad2 Mon Sep 17 00:00:00 2001 From: aee779a7b42959eb6b4e1b103e781d15 Date: Fri, 17 Apr 2020 11:52:33 +0000 Subject: [PATCH] exo1 --- module2/exo1/toy_document_fr.Rmd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..203b3f4 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: "A propos du calcul de pi" +author: "Benoît Cluzeau" +date: "17 Avril 2020" output: html_document --- @@ -10,6 +10,9 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` +## En demandant à la lib 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