install_file.Model | R Documentation |
Install Funz model plugin from local zip file.
install_file.Model(
model.zip,
model = gsub(".zip(.*)", "", gsub("(.*)plugin-", "", model.zip)),
force = F,
edit.script = FALSE,
...
)
model.zip |
zip file of plugin. Usually plugin-XYZ.zip |
model |
model name (parsed in model.zip if not provided) |
force |
if already installed, reinstall. |
edit.script |
open installed script for customization. |
... |
optional parameters to pass to unzip() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.