View source: R/marker_combo_table.R View source: R/marker_counts.R
Write a XLSX file with the following defaults: row.names = F append = TRUE sheetName = NULL
1 | writeXLSXsheet(dat, outFile, sheetName = NULL, append = TRUE)
|
dat |
data to be written, either tibble, matrix or dataframe |
outFile |
name of output file |
sheetName |
name of Excel Worksheet |
append |
logical indicating whether to append to the file or overwrite; Default=TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.