Is there a way to knitr markdown straight out of your workspace using RStudio?

前端 未结 4 484
暖寄归人
暖寄归人 2020-12-13 20:13

I wonder whether I can use knitr markdown to just create a report on the fly with objects stemming from my current workspace. Reproducibility is not the issue h

4条回答
  •  Happy的楠姐
    2020-12-13 20:36

    As Julien Colomb commented, I've found the best thing to do in this situation is to save the large objects and then load them explicitly while I'm tailoring the markdown. This is a must if your data is coming through an ODBC and you don't want to run the entire queries repeatedly as you tinker with fonts and themes.

提交回复
热议问题