set_height_width: Function to set the...

View source: R/set_height_width.R

set_height_widthR Documentation

Function to set the excel_row_height/latex_padding_top/latex_padding_bottom/excel_col_width/latex_col_width

Description

Function to set the excel_row_height/latex_padding_top/latex_padding_bottom/excel_col_width/latex_col_width

Usage

set_height_width(st, slot_name, id, value)

Arguments

st

The StyledTable object whoose heights/widths should be changed

slot_name

The name of the S4-class slot that should be changed (excel_row_height, latex_padding_top, excel_col_width, latex_col_width)

id

The row/column ids that should be changed (subset of 1:N where N is the number of rows/cols of the StyledTable object).

value

A vector holding the row height/col width that should be applied


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