#' Espérance d'une loi uniforme
#' Calcul l'espérance d'une uniforme
#' @param a minimum
#' @param b maximum
#' @export
E_unif <- function(a, b) (a+b) / 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.