Commit 50cff594 authored by Matthieu's avatar Matthieu

move opts_chunk to the top

parent 361cc15a
......@@ -5,13 +5,14 @@ date: "*25 juin 2018*"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## En demandant à la lib maths
Mon ordinateur m’indique que $\pi$ vaut *approximativement*
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r pi}
pi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment