writeFormattedExcelSheet | R Documentation |
This function actually finalises the process of getting an Excel worksheet ready for the Referral Direcories and Capacity Needs Assessment tables.
writeFormattedExcelSheet( data, path, sheet, header.fill, header.font.colour, na.string = "" )
data |
The data frame made with preparatory functions |
path |
The path of the Excel file to be created. |
sheet |
The name of the worksheet. |
header.fill |
The colour for the header. |
header.font.colour |
The colour of the header text. |
na.string |
How to represent missing values |
No return value. Used for its side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.