numeric_output<-function(str){
if(all(sapply(c("Mean",":"),grepl,str))){
return( gsub("^.*: *","",str))
}else{
return(str)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.