#' rpt()
#'
#' remove punct/text and get only number
#'
#' @export
rpt <- function(string){
return(trimws(gsub("[[:alpha:]]","",gsub("[[:punct:]]","",string))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.