If I use a linebreak "\n"
in flextable
I get a soft return in word. This is intended and also stated in the documentation. But what if I really want a hard return? It would be no problem for me if the code for that was hacky. Couldn't find anything in the documentation.
Example:
flextable(data.frame(a = "Line one\nLine two"))