From b2060b655df57a68f7296bca6c7c7fe8cc1801ea Mon Sep 17 00:00:00 2001 From: 5997dc039e710cf55ca63b2c5d7352fd <5997dc039e710cf55ca63b2c5d7352fd@app-learninglab.inria.fr> Date: Thu, 28 May 2020 09:42:51 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 1398d80..6368cd7 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,6 +1,13 @@ -# A propos du calcul de pi -***Arnaud Legrand*** -***25 juin 2018*** +--- +title: "A propos du calcul de pi" +author: "Arnaud Legrand" +date: "25 juin 2018" +output: html_document +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` ## En demandant à la lib maths @@ -33,4 +40,3 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ```{r} 4*mean(df$Accept) ``` - -- 2.18.1