helloworld <- function(df, file) {
title <- names(df)
d <- dim(df)
M <- as.character(as.matrix(df))
dim(M) <- d
invisible(.Call('libxlsxwriter_helloworld', PACKAGE = 'RcppXLSXwriter', file, M, title))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.