I like to use R Markdown for all of my work. So far I have been knitting the entire project into HTML. However, now I would like to knit only the important portions mainly graphs and results and not the coding. Is there a way to do that? I have always worked in one giant .Rmd file. I am not sure if I can make some small files that are somehow linked to each other. Maybe this can be potential solution.