From 940caa97972f0f37df5df3ce78f89bf15f04830e Mon Sep 17 00:00:00 2001 From: Jacqueline Milet Date: Wed, 6 Sep 2023 11:44:05 +0200 Subject: [PATCH] first commit --- module2/exo1/toy_document_en.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_document_en.Rmd b/module2/exo1/toy_document_en.Rmd index 13b258d..0ac1b45 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 -- 2.18.1