vos_kill {virtuoso} | R Documentation |
Stop (kill) the Virtuoso server
Description
Kill ends the process started by vos_start()
Usage
vos_kill(p = NA)
Arguments
p |
a process object, returned by
|
Details
vos_kill simply shuts down the local Virtuoso server,
it does not remove any data stored in the database system.
vos_kill()
terminates the process, removing the
process id from the process table.
See Also
Examples
if(has_virtuoso()){
vos_start()
vos_kill()
}
[Package virtuoso version 0.1.8 Index]