update_wb: Update a workbook with data from R object

View source: R/update_wb.R

update_wbR Documentation

Update a workbook with data from R object

Description

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

Usage

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)


JMPivette/evavelo documentation built on April 8, 2023, 4:20 p.m.