Aliases: txtMergeLines
Keywords:
### ** Examples txtMergeLines("hello", "world")
txtMergeLines("hello", "world", html=FALSE)
[1] "\\vbox{\\hbox{\\strut hello}\\hbox{\\strut world}}"
txtMergeLines("hello", "world", list("A list", "is OK"))