diff --git a/module2/exo1/fichier-markdown.rmd b/module2/exo1/fichier-markdown.rmd new file mode 100644 index 0000000000000000000000000000000000000000..62a2deef906c75897e0901867ab8f0ffebc599dc --- /dev/null +++ b/module2/exo1/fichier-markdown.rmd @@ -0,0 +1,16 @@ +--- +title: "Votre titre" +author: "Votre nom" +date: "La date du jour" +output: html_document +--- + + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = TRUE) +``` + + +```{r cars} +pi +``` \ No newline at end of file