A Subtitle
Inserm U1283 / CNRS UMR8199 / Institut Pasteur de Lille / Université de Lille
Friday, the 31th of May, 2024
some code and some text. A URL mickael.canouil.fr.
some code
1 + 1
[1] 2
x <- 1 y <- x + 1 y
code
library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point()
With only text