View source: R/create_documentation.R
Figures and text are created to document the data used in the particular run of the model
1 2 3 4 5 | create_documentation(
outFile = "documentation.html",
outDir = getwd(),
data = hydraDataList
)
|
outFile |
Name of the html file to be output (Default = documentation.html) |
outDir |
Path to the location of where the html should be saved |
Dependencies An rmd file is rendered (using rmarkdown) to produce the html file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.