latex.mrow: Place \multirow macro around text

View source: R/latex.R

latex.mrowR Documentation

Place \multirow macro around text

Description

Place \multirow macro around text

Usage

latex.mrow(nrow, just, txt)

Arguments

nrow

The number of rows to span

just

The justification e.g. "l", "c", or "r" for left, center, right

txt

The text

Value

The given text with the latex \multirow macro around it

Examples

latex.mrow(5, "l", "This is a test row header")

pbs-assess/gfutilities documentation built on Sept. 18, 2023, 7:57 a.m.