From 27e6e8c9f071959e7f53db006f495a0a48de42bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9gane=20Da=20Mota?= Date: Sun, 20 Feb 2022 14:36:19 +0100 Subject: [PATCH] 1er commit --- module2/exo1/toy_document_fr.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..3782b3d 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: "Mégane Da Mota" +date: "20 février 2022" output: html_document --- @@ -10,7 +10,7 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` -## Quelques explications +## En demandant à la lib math 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