getEmbeddingMatrix <- function(embedding_file_name){
embedding_matrix <- read.csv(embedding_file_name, row.names=1, sep="")
return(embedding_matrix)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.