The function will start the CQP server by way of a system call to cqpserver.
1 2 3 | startServer(registryDir = Sys.getenv("CORPUS_REGISTRY"),
initFile = system.file("init", "cqpserver.init", package = "cqi"),
debugMode = TRUE, exec = TRUE)
|
registryDir |
path to the registry directory |
initFile |
path to the init file required by cqpserver |
debugMode |
logical, whether to run debug mode |
exec |
logical, whether to start the server right away, or return a command that can be run in the shall |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.