diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 73035a5f0b37c127f1e7baac8715ff56849b70b5..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,17 +1 @@ ---- -title: "À 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 -Mon ordinateur m'indique que $\pi$ vaut *approximativement* - -```{r cars} -summary(cars) -```