-
@JCavigliaHarris @jmorenocruz I don’t know Stata, but R Markdown is definitely a great tool to do so. I have basically did what you want to do for almost one year at my previous job. You can export in PDF (via LaTeX), HTML, Word and even PowerPoint!
-
@JCavigliaHarris @jmorenocruz The underlying philosophy of R Markdown is that you write a Markdown document and you put any R code you want where you want. And when you compile the whole document, R Markdown will: transform Markdown into style (titles, bold, lists, etc.) and output the R code.