Skip to contents

write_empty_white_data writes a matrix of the size of the maximum values found in bounds (plus 4 column/rows as a margin)

Usage

write_empty_white_data(wb, sheet_name, bounds)

Arguments

wb

a openxlsx workbook to be edited.

sheet_name

character name of the sheet to update

bounds

a named list with the extent of the data to be written over. Must contain the following named parameters:

  • start_row

  • end_row

  • start_col

  • end_col

Value

openxslx Workbook object