deploy_oolong | R Documentation |
In most of the time, you should not use this function. You should write the deployable version of your app into a directory using export_oolong
instead. Please refer to vignette("deploy", package = "oolong")
for more details.
deploy_oolong(oolong)
oolong |
an oolong object to be deployed. Please note that the "witi" type, i.e. oolong object with both word and topic intrusion tests, cannot be deployed. Also the object must not be locked and ever coded. |
Nothing, it launches a deployable version of the coding interface
Chung-hong Chan
# Please try this example in interactive R sessions only.
if (interactive()) {
data(abstracts_stm)
x <- wi(abstracts_stm)
deploy_oolong(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.