#' Ceci est une fonction super importante
#'
#' @param paques logical do you like paque ?
#' @param choclat logical do you like chocolat ?
#' @param nb integer number of tablette you eat by week
#'
#' @return
#' @export
#'
#' @examples
lapin <- function( paques = TRUE, choclat = TRUE, nb =10){
"miaou"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.