Update toy_document_fr.Rmd

parent 71a8648f
--- ---
title: "Votre titre" title: "À propos du calcul de pi"
author: "Votre nom" author: "Marion Gosselin"
date: "La date du jour" date: "9 juin 2023"
output: html_document output: html_document
--- ---
# En demandant à la lib maths
Mon ordinateur m’indique que $\pi$ vaut approximativement \
``` {r pi} ```
```{r setup, include=FALSE} ```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(echo = TRUE)
......
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