What does “Knit HTML” do in Rstudio 0.98?

后端 未结 3 1332
渐次进展
渐次进展 2020-12-11 18:38

I am trying to figure out what command and default options RStudio uses when pressing the \"knit HTML\" button in RStudio version 0.98.1091 because I get a slightly differen

3条回答
  •  旧时难觅i
    2020-12-11 18:40

    As @rawr pointed out in the comments:

    rmarkdown::render('your_document.Rmd', 'html_document', 'new_titel.html')
    

    works and creates the same document as the Knit HTML button.

提交回复
热议问题