create_default_rmd | R Documentation |
Create template Rmd file describing MSEtool Objects and Slots
create_default_rmd(
file_name,
overwrite = FALSE,
knitr_results = TRUE,
knitr_echo = TRUE
)
file_name |
Filename/path of where to save the .Rmd file. |
overwrite |
Overwrite? |
knitr_results |
Show knitr results? |
knitr_echo |
Echo knitr code? |
Nothing
unlink("test.Rmd")
create_default_rmd("test.Rmd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.