Learn R Programming

DescrTab2 (version 2.1.16)

in_minipage: Wrap cell text in minipage LaTeX environment with stretchy space

Description

Wrap cell text in minipage LaTeX environment with stretchy space

Usage

in_minipage(text, width, numEscapes = 1, strechSpace = FALSE)

Value

appropriate LaTeX code

Arguments

text

text to be placed in minipage

width

width adjustment

numEscapes

(logical) chooses between "\" and "\\"#

strechSpace

(logical) will add strethcy space

References

https://stackoverflow.com/a/50892682