| in_minipage {DescrTab2} | R Documentation | 
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)
Arguments
| text | text to be placed in minipage | 
| width | width adjustment | 
| numEscapes | (logical) chooses between "\" and "\\"# | 
| strechSpace | (logical) will add strethcy space | 
Value
appropriate LaTeX code
References
https://stackoverflow.com/a/50892682
[Package DescrTab2 version 2.1.16 Index]