Skip to content
Prev 345988 / 398502 Next

Presentation tables in R (knitr)

On 25/11/2014 3:12 PM, Tom Wright wrote:
You can drop certain rows of the table.  See the last example in 
?tabular.  (It's possible to do logical indexing, but a little harder.  
I think the vignette has an example of this...)

You can use latex() on the results, and display them in a knitr document.

Duncan Murdoch