From 38498e50825d75df1748fbb02ece1fed017b3348 Mon Sep 17 00:00:00 2001 From: 709a2a3d08e00daaf500a0ae81cfd9e8 <709a2a3d08e00daaf500a0ae81cfd9e8@app-learninglab.inria.fr> Date: Fri, 10 Apr 2020 16:08:54 +0000 Subject: [PATCH] Update module_3.Rmd --- module3/exo3/module_3.Rmd | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/module3/exo3/module_3.Rmd b/module3/exo3/module_3.Rmd index cfa589b..5b70fa2 100644 --- a/module3/exo3/module_3.Rmd +++ b/module3/exo3/module_3.Rmd @@ -9,22 +9,3 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` -## R Markdown - -This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . - -When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: - -```{r cars} -summary(cars) -``` - -## Including Plots - -You can also embed plots, for example: - -```{r pressure, echo=FALSE} -plot(pressure) -``` - -Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. -- 2.18.1