#' comparaisonChiffres
#'
#' @param numero
#' un string que est cense etre que les chiffres
#' @export
#'
#' @examples
comparaisonChiffres <- function(numero){
return(stringr::str_count(numero)==stringr::str_count(numero,"[0123456789]"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.