update_wb | R Documentation |
This function doesn't return an value but modifies object 'wb'
update_wb(wb, data)
wb |
a workbook object created with openxlsx::loadWorkbook() |
data |
a named list of data.frames Each name correspond to a worksheet name to update Each data.frame column is corresponding to a column name in wb |
invisible(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.