st_space: Add row and column spacing information to st object

View source: R/table-object.R

st_spaceR Documentation

Add row and column spacing information to st object

Description

See the sizes argument to stable() and the row_space and col_space arguments to tab_size().

Usage

st_space(x, row = 1.5, col = 5)

Arguments

x

an stobject

row

set row_space, passed to stable() and then to tab_size()

col

set col_space, passed to stable() and then to tab_size()

Examples

library(dplyr)

ob <- st_new(ptdata())

ob %>% st_space(row = 1) %>% st_make()


metrumresearchgroup/pmtables documentation built on Feb. 15, 2025, 5:40 p.m.