col_fixed: Format a table cell with fixed width

View source: R/table-align.R

col_fixedR Documentation

Format a table cell with fixed width

Description

Format a table cell with fixed width

Usage

col_fixed(
  size,
  ragged = c("no", "right", "left"),
  center = FALSE,
  unit = "cm",
  coltype = c("p", "m", "b")
)

col_ragged(..., ragged = "right")

Arguments

size

the width of the cell

ragged

use right to left justify and left to right justify

center

logical; if TRUE, then column will be centered when ragged is no

unit

to go with size

coltype

column type

...

arguments passed to col fixed


metrumresearchgroup/pmtables documentation built on Oct. 27, 2024, 5:16 p.m.