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 http://rmarkdown.rstudio.com.
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:
library(knitr)
library(kableExtra)
## Warning: le package 'kableExtra' a été compilé avec la version R 4.1.3
library(formattable)
## Warning: le package 'formattable' a été compilé avec la version R 4.1.3
You can also embed plots, for example:
##
## Attachement du package : 'dplyr'
## L'objet suivant est masqué depuis 'package:kableExtra':
##
## group_rows
## Les objets suivants sont masqués depuis 'package:stats':
##
## filter, lag
## Les objets suivants sont masqués depuis 'package:base':
##
## intersect, setdiff, setequal, union
| car | mpg | cyl | disp | hp |
|---|---|---|---|---|
| Mazda RX4 | 21.0 | 6 | 160 | 110 |
| Mazda RX4 Wag | 21.0 | 6 | 160 | 110 |
| Datsun 710 | 22.8 | 4 | 108 | 93 |
| Hornet 4 Drive | 21.4 | 6 | 258 | 110 |
| Hornet Sportabout | 18.7 | 8 | 360 | 175 |
Note that the echo = FALSE parameter was added to the
code chunk to prevent printing of the R code that generated the
plot.
| Droite | Gauche | Défaut | Centré |
|---|---|---|---|
| 12 | 12 | 12 | 12 |
| 123 | 123 | 123 | 123 |
| 1 | 1 | 1 | 1 |