#' Test
#'Fonction appelant la fonction faisant la moyenne d'un vecteur
#' @param x vecteur numérique
#'
#' @return moyenne du vecteur
#' @import FactoMineR
#' @export
#'
#' @examples
#'test(c(1, 2, 3, 4))
test = function(x){
moyenne(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.