diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 7eece5e296bb586e88166aa8a263ca75b44c2b9e..9a1c6ab1dca188965eb8e3dca79779e83f9321e6 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,13 +1,17 @@ --- -title: "Votre titre" -author: "Votre nom" -date: "La date du jour" +title: "À propos du calcul de pi" +author: "Arnaud Legrand" +date: "25 juin 2018" 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) +pi ``` ## Quelques explications