From 124cac08292d2d1460fc99eb10e9a9300dd09f5e Mon Sep 17 00:00:00 2001 From: Elodie Castaingts Date: Thu, 17 Dec 2020 20:34:19 +0100 Subject: [PATCH] A little modification --- module2/exo1/toy_document_en.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module2/exo1/toy_document_en.Rmd b/module2/exo1/toy_document_en.Rmd index 13b258d..19a79cf 100644 --- a/module2/exo1/toy_document_en.Rmd +++ b/module2/exo1/toy_document_en.Rmd @@ -1,10 +1,10 @@ --- -title: "Your title" -author: "Your name" +title: "modification" +author: "Elodie Castaingts" date: "Today's date" output: html_document --- - +A little modification ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) -- 2.18.1