simardcasanova’s avatarsimardcasanova’s Twitter Archive—№ 17,071

    1. …in reply to @JCavigliaHarris
      @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!
  1. …in reply to @simardcasanova
    @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.