From 5034aa577636c4aa7b796311b287beae9594a3d1 Mon Sep 17 00:00:00 2001 From: Charlotte Bories Date: Thu, 26 Nov 2020 15:25:07 +0100 Subject: [PATCH] =?UTF-8?q?Travail=20corrig=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_document_fr.Rmd | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 26d5fe2..81253cb 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -1,11 +1,13 @@ --- -output: - html_document: default - pdf_document: default +title: "À propos du calcul de pi" +author: "Arnaud Legrand" +date: "25 juin 2018" +output: html_document --- -# A propos du calcul de pi -#### *Arnaud Legrand* -#### *25 juin 2018* + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` ## En demandant à la lib maths -- 2.18.1