R/helloworld.R

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))
}
carlganz/RcppXLSXwriter documentation built on May 13, 2019, 12:44 p.m.