From 45788c0d6eaea70ca7c8e64992c64c10052432fb Mon Sep 17 00:00:00 2001 From: Xavier Nardou Date: Mon, 23 Mar 2020 18:28:25 +0100 Subject: [PATCH] Ajout du code de knitr --- module2/exo1/toy_document_fr.Rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 9d85ac7..f9660af 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -5,6 +5,9 @@ date: "23 Mars 2020" 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* -- 2.18.1