The new version of R Markdown is based on pandoc, so you can easyly change the output format.
My Problem is to get markdown formated tables from e.g. regression models, because LATEX and HTML tables do not survive the pandoc conversion.
I know packages that generate LATEX/HTML output from a variety of models (stargazer, texreg, asprtable...) and I'm aware of functions/packages, that generate markdown tables from data frames and matrices but not from other objects.
Any suggestions?
pander
that I started for exactly this purpose: rapporter.github.io/pander And Roman is currently working on implementing bunch of new S3 methods in GSoC 2014, so lots of models are already included -- but pls feel free to propose further feature requests on GH. – Stipel