Description Usage Arguments Examples
View source: R/interact with xlsx.R
save a list of dts as one xlsx, filter at the top
1 2 3 4 5 6 7 8 | save.xlsx.XLConnect(
file_dir = NULL,
list_of_dt,
sheet_names = NULL,
data_sources = NULL,
title_style = "border",
ColumnWidth0 = 4000
)
|
file_dir |
if NULL, save as temp.xlsx |
list_of_dt |
list of dt |
sheet_names |
a vector of sheet names |
data_sources |
vector of sources |
title_style |
style for title row: bottom border (default) or grey infill |
ColumnWidth0 |
default to 4000 |
1 2 3 4 | ## Not run:
save.xlsx.XLConnect(file_dir = "temp.xlsx", list_of_dt = list(mtcars[1:5,]))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.