Suggestion for R/LaTeX table creation package
        Posted  
        
            by aL3xa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by aL3xa
        
        
        
        Published on 2010-06-05T01:44:20Z
        Indexed on 
            2010/06/05
            14:22 UTC
        
        
        Read the original article
        Hit count: 321
        
I've been using xtable package for a long time, and looking forward to writting my first package in R... so I reckon that if I have some "cool" idea that's worth carying out, there's a great chance that somebody got there before me... =)
I'm interested in functions/packages specialized for LaTeX table creation (through R, of course). I bumped on quantreg package which has latex.table function. Any suggestion for similar function(s)/package(s)?
P.S. I'm thinking about building a webapp in which users can define their own presets/templates of tables, choose style, statistics, etc. It's an early thought, though... =)
© Stack Overflow or respective owner