ft_to_style_tibble: Converts a flextable to a tibble with style information

View source: R/ft_to_style.R

ft_to_style_tibbleR 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


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