edit_html_report | R Documentation |
Useful when items are programmatically generated and the HTML output cannot be determined in advance.
edit_html_report(..., source = path, path = "public/index.html")
... |
Allow for parameter expansion. |
source |
Document to edit. Defaults to path to overwrite the existing report. Set to NULL to fallback to the shinyValidator original template. |
path |
Where to write. Default to the global report in /public. |
Modified HTML report in public dir.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.