From 50cff594ac3ab9f256e0ff67879c18b3dc666c3f Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 9 Nov 2021 11:50:15 +0100 Subject: [PATCH] move opts_chunk to the top --- module2/exo1/toy_document_fr.Rmd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 2f253dc..ef42a1b 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -5,13 +5,14 @@ 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 setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` ```{r pi} pi -- 2.18.1