From 323cc11b13a01ae06e2c7197c96d2bc7f8de0834 Mon Sep 17 00:00:00 2001 From: mamane Date: Fri, 1 May 2020 16:34:29 +0100 Subject: [PATCH] modiRstudio1 --- module2/exo1/toy_document_fr.Rmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 68f597e..3f2c1ac 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -13,4 +13,7 @@ knitr::opts_chunk$set(echo = TRUE) ```{r cars} summary(cars) -``` \ No newline at end of file +``` +```{r} +plot(cars) +``` -- 2.18.1