latex.mcol: Place \multicolumn macro around text

View source: R/latex.R

latex.mcolR Documentation

Place \multicolumn macro around text

Description

Place \multicolumn macro around text

Usage

latex.mcol(ncol, just, txt)

Arguments

ncol

The number of columns 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 \multicolumn macro around it

Examples

latex.mcol(5, "l", "This is a test column header")

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