rupt=function(x,sep="/"){
return( as.numeric(unlist(strsplit(as.character(x),split=sep))[1]) /
as.numeric(unlist(strsplit(as.character(x),split=sep))[2])) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.