This function doesn't return an value but modifies object `wb`

update_wb(wb, data)

Arguments

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

Value

invisible(0)