From daee5ec8e38179cd9264aefd86a89131fab4e625 Mon Sep 17 00:00:00 2001 From: 9a15c9c45176148228b9b12a8b40ba8b <9a15c9c45176148228b9b12a8b40ba8b@app-learninglab.inria.fr> Date: Fri, 29 May 2020 15:42:10 +0000 Subject: [PATCH] Prise en main R studio --- module2/exo1/toy_document_fr.Rmd | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e..ee3e68a 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,10 +1,11 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "À propos du calcul de pi" +author: "HOUNYEME Romuald" +date: "29/05/2020" 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) -- 2.18.1