R/latex.R
in_minipage.Rd
Wrap cell text in minipage LaTeX environment with stretchy space
in_minipage(text, width, numEscapes = 1, strechSpace = FALSE)
text to be placed in minipage
width adjustment
(logical) chooses between "\" and "\\"#
(logical) will add strethcy space
appropriate LaTeX code
https://stackoverflow.com/a/50892682