#' Une fonction test de création du package AFnewdata
#'
#' Cette fonction ne sert a rien d'autre qu'a servir d'exemple.
#' @param nom (par defaut, "toi")
#' @keywords salutation
#' @export
#' @examples
#' mafonction("mec")
mafonction <- function(nom="toi"){
print(paste0("Salut, ", nom, "!"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.