convert_to_numeric <- function(dataframe) {
numeric <- sapply(dataframe, as.character)
numeric <- data.matrix(dataframe)
return(numeric)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.