saveModuleToHtml | R Documentation |
Save module to a html widget
saveModuleToHtml(
module,
file,
name = "",
sizingPolicy = htmlwidgets::sizingPolicy(defaultWidth = "100%", defaultHeight =
"90vh", padding = 10),
...
)
module |
Module to save |
file |
File to save to |
name |
Name of the module |
sizingPolicy |
A widget sizing policy |
... |
Other parameters |
Returns NULL
data(mEx)
saveModuleToHtml(module = mEx, file = "module.html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.