add_ws_data | R Documentation |
Adds a budget-dataframe to a sheet of an openxlsx Excel workbook, and formats sheet for output
add_ws_data(budget_wb, df, sheetname, .newwb = F)
budget_wb |
An openxlsx Excel workbook |
df |
Budget dataframe to add to workbook |
sheetname |
Name of sheet to add budget dataframe to as string |
.newwb |
Whether to return the budget workbook at the end of the function; defaults F, just modifying the existing workbook but returning nothing |
Function doesn't return anything unless .newwb = T, but adds a worksheet to an existing openxlsx workbook with formatted data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.