Learn R Programming

flexlsx (version 1.0.0)

ft_to_style_tibble: Converts a flextable to a tibble with style information

Description

[Experimental]

Usage

ft_to_style_tibble(
  ft,
  offset_rows = 0L,
  offset_cols = 0L,
  offset_caption_rows = 0L
)

Value

a tibble

Arguments

ft

a flextable

offset_rows

offsets the start-row

offset_cols

offsets the start-columns

offset_caption_rows

number of rows to offset the caption by