ft_to_style_tibble {flexlsx}R Documentation

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
)

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

Value

a tibble


[Package flexlsx version 0.2.1 Index]