Nothing
ConvertFactors2Integers <- function(x){
if (is.data.frame(x)){
p=dim(x)[2]
for (i in 1:p)
if (is.factor(x[,i]))
x[,i]=as.numeric(x[,i])}
return(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.