View source: R/knit_to_outputs_folder.R
knit_to_outputs_folder | R Documentation |
Knit to outputs subfolder
knit_to_outputs_folder(input, ...)
input |
This is the file you want to knit. This is just left blank |
This function allows you to make your output files go to an outputs subfolder when you click the knit
button or use Ctrl + Shift + K
.
You have to add this function to your YAML header after the knit:
option. It creates and html file and an .md file.
knit: crsp::knit_to_outputs_folder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.