What LaTeX package to use with knitr to get more table-control? tabu?
I’m writing a longer table with knitr using xtable and the tabular.environment='longtable' in the longtable package when print ing them in my .Rnw -file, problem is that I can’t control the longtable environment enough. I have some text I would like to have left-justified and hyphenated in a certain way inside the table (i.e. I have some cells with quite a lot of text) Any advice on how I could do this? What packages would you recommend? Anyone tried the tabu package? What I am mainly looking for is a way to justify my text in a nice way inside my table. Something along the lines of this, I