deploy_oolong {oolong} | R Documentation |
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)
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. |
Value
Nothing, it launches a deployable version of the coding interface
Author(s)
Chung-hong Chan
Examples
# Please try this example in interactive R sessions only.
if (interactive()) {
data(abstracts_stm)
x <- wi(abstracts_stm)
deploy_oolong(x)
}
[Package oolong version 0.6.1 Index]