as.numeric.nocheck <-
function (x,...)
{
old.warn <- options(warn = -1)
on.exit(options(old.warn))
y <- as.numeric(as.character(x))
return(y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.