# Une fonction interne
#
# @param heure
#
# @return une chaine de caractere
bienvenue_interne<-function(heure){
"Bienvenue en interne a la session du " %>%
paste0(heure)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.