merge_cells-methods: Merge multiple cells in a StyledTable object

merge_cellsR Documentation

Merge multiple cells in a StyledTable object

Description

Merge multiple cells in a StyledTable object

Usage

merge_cells(st, ...)

## S4 method for signature 'StyledTable'
merge_cells(st, row_id = NULL, col_id = NULL)

Arguments

st

A StyledTable object

...

Various arguments

row_id

A vector holding two numbers, the start row and the end row of the merged region

col_id

A vector holding two numbers, the start col and the end col of the merged region

Value

The modified StyledTable object

See Also

merge_equal_cells()

remove_col(), remove_row()


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.