diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 1398d809d36e14b90befbaa4e00cc0c287e9445b..6368cd7e012360761b63e07cd7a51f89896f33bb 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) ``` -