diff --git a/module2/exo1/toy_document_en.Rmd b/module2/exo1/toy_document_en.Rmd index 13b258ddd0da29bc3bf08c64b6a1db742f6d5409..0ac1b457c3c674cd0812865f2ec6378c64e90d8f 100644 --- a/module2/exo1/toy_document_en.Rmd +++ b/module2/exo1/toy_document_en.Rmd @@ -1,5 +1,5 @@ --- -title: "Your title" +title: "Modification sur doc rmd" author: "Your name" date: "Today's date" output: html_document @@ -9,6 +9,7 @@ output: html_document ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` +# 1er essai RStudio ## Some explanations