12 K
12.1 knit
To create an HTML, PDF, or Word document from an R Markdown (Rmd) document
You can knit your Rmd file by clicking on the Knit button at the top of the source pane or typing knitr::knit("file.Rmd", "file.html") in the console pane.
In the context of R Markdown files, knit, render and compile tend to be used interchangeably.