example_with_R

library(tidyverse)
tableau_lundi <- data.frame(creneau = c("9h- 10h30"),
                        type = c("Master Class"),
                        Speaker = c("E. Gassiat"),
                        Title = c("To be announced"),
                        Abstract = c("[Disponible ici](https://papayoun.github.io)"))
knitr::kable(tableau_lundi,
             col.names = c("", "", "Speaker", "Title", "Abstract"))
Speaker Title Abstract
9h- 10h30 Master Class E. Gassiat To be announced Disponible ici