Learn R Programming

oolong (version 0.6.1)

deploy_oolong: Deploy an oolong test

Description

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.

Usage

deploy_oolong(oolong)

Value

Nothing, it launches a deployable version of the coding interface

Arguments

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.

Author

Chung-hong Chan

Examples

Run this code
# Please try this example in interactive R sessions only.
if (interactive()) {
   data(abstracts_stm)
   x <- wi(abstracts_stm)
   deploy_oolong(x)
}

Run the code above in your browser using DataLab