wb_add_caption {flexlsx}R Documentation

Adds a caption to an excel file

Description

[Experimental]

Usage

wb_add_caption(
  wb,
  sheet,
  ft,
  offset_rows = offset_rows,
  offset_cols = offset_cols
)

Arguments

wb

an openxlsx2 workbook

sheet

an openxlsx2 workbook sheet

ft

a flextable

offset_rows

zero-based row offset

offset_cols

zero-based column offset


[Package flexlsx version 0.2.1 Index]