saveReportXls | R Documentation |
Save R object in binary file.
saveReportXls(
x,
task,
type,
ext = "xlsx",
subdir = NULL,
dirCreate = TRUE,
AdjWidth = TRUE,
FreezeRow = 1,
FreezeCol = 3,
metadata = "metadata",
metadata.append = NULL,
...
)
x |
object to save. It can be either a data frame, an object of type |
task |
Object of class |
type |
Filename type. If the type is an array, the cocatenation of the elements is used with separator"-". Filenames have the form [task name]_[type].[ext] |
ext |
Filename extension. |
subdir |
(optional) Subdirectory. |
dirCreate |
Logical, if TRUE (by default) the directory is created. |
AdjWidth |
If |
FreezeRow |
Rows including this row and above this row will be
frozen and not scroll. The default value of |
FreezeCol |
Columns including this column and to the left of this
column will be frozen and not scroll. The default value of
|
metadata |
prefix for names of worksheets holding metadata. |
metadata.append |
array of metadata field names to be appended in header of tables. |
... |
Arguments passed on to
|
the file name invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.