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.
Examples
# Please try this example in interactive R sessions only.
if (interactive()) {
data(abstracts_stm)
x <- wi(abstracts_stm)
deploy_oolong(x)
}