mergecells: Merge texblocks

Description Usage Arguments Details Value Examples

Description

Create multirow/multicol to texblock object

Usage

1
2
3
multicol(content, ncol, align = "c")

multirow(content, nrow, width = "*")

Arguments

content

character, contents to display in the merged cell

ncol

numeric, number of columns to span in the multicol

align

character, alignment of the merged column, Default: 'c'

nrow

numeric, number of rows to span in the multirow

width

character, width of the new element, Default: '*'

Details

align is either l, c, r, or to have text wrapping specify a width p5.0cm.

Value

tb

Examples

1
2
multirow('aaa',2)
multicol('aaa',2)

metrumresearchgroup/texblocks documentation built on July 18, 2020, 1:45 a.m.