diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index 866041fd50901d806e8abec1e3da34906e7f46c0..5ef2d5251a36bfc83fbe22ca8ae7ad06e1946df6 100644 --- a/module3/exo3/exercice_fr.Rmd +++ b/module3/exo3/exercice_fr.Rmd @@ -8,8 +8,7 @@ output: --- ```{r setup, global_options, include=FALSE} -library(formatR) -knitr::opts_chunk$set(echo = TRUE, warning = FALSE, tidy = FALSE, tidy.opts = list(width.cutoff = 60)) +knitr::opts_chunk$set(echo = TRUE, warning = FALSE) setwd("C:/Users/blond/Documents/Thèse/Formations/RechercheReproductible") ```