From 5ebd1e6d0170052355ed062e2be31ed45c762729 Mon Sep 17 00:00:00 2001 From: Abi Pickard Date: Sun, 18 Oct 2020 21:34:54 +0200 Subject: [PATCH] titles --- module2/exo1/toy_document_en.Rmd | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/module2/exo1/toy_document_en.Rmd b/module2/exo1/toy_document_en.Rmd index 3810d72..9582761 100644 --- a/module2/exo1/toy_document_en.Rmd +++ b/module2/exo1/toy_document_en.Rmd @@ -1,5 +1,5 @@ --- -title: "Your title" +title: "On the computation of pi" author: "Arnaud Legrand" date: "25 juin 2018" output: html_document @@ -10,14 +10,12 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` -## Some explanations +## Asking the maths library +My computer tells me that $\pi$ is approximatively -This is an R Markdown document that you can easily export to HTML, PDF, and MS Word formats. For more information on R Markdown, see . - -When you click on the button **Knit**, the document will be compiled in order to re-execute the R code and to include the results into the final document. As we have shown in the video, R code is inserted as follows: ```{r cars} -summary(cars) +pi() ``` It is also straightforward to include figures. For example: -- 2.18.1