View source: R/knit_html_to_outputs.R
knit_html_to_outputs | R Documentation |
Knit to outputs subfolder
knit_html_to_outputs(input, ...)
input |
This is the file you want to knit. This is just left blank |
This function allows you to make your output html file 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.
knit: crsp::knit_html_to_outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.