Learn R Programming

flexlsx (version 0.3.5)

wb_add_caption: 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