wb_add_caption: Adds a caption to an excel file

View source: R/wb_apply.R

wb_add_captionR 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


flexlsx documentation built on May 29, 2024, 8:01 a.m.