Description Usage Arguments Examples
The default options write a data frame to sheet named after the object name in a file 'data_output.xlsx'. You can write many sheets to the same file by simply passing either differently named objects or passing a different name for the sheet. Note that sheets will be overwritten without warning. New sheet wil always be added to a file (old sheets are not cleared out).
1 2 3 4 5 6 7 8 9 10 |
x |
a |
file |
the file name to write to |
sheetName |
the sheet name to write the data frame to |
col.names |
a logical value indicating if the column names of |
row.names |
a logical value indicating whether the row names of
|
showNA |
a boolean value to control how NA's are displayed on the
sheet. If |
addFilter |
should an auto filter be added to each column heading? |
autoSize |
should each column be autosized? |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.