write_empty_white_data: Write empty and white data on the maximum extend of bounds

View source: R/utils-export.R

write_empty_white_dataR Documentation

Write empty and white data on the maximum extend of bounds

Description

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


gpw13/rapporteur documentation built on Sept. 24, 2022, 9:15 a.m.