Here is a minimal example.
library(huxtable)
model1 <- lm(mpg ~ cyl + disp, data = mtcars)
huxreg1<-huxreg("This is a tool long title \n for one row"= model1)
print_latex(huxreg1)
When looking at the html output, the line break works. However not when exported to Latex.
Any simple Solutions for this behaviour?
Thank you very much in advance.
Edit: