vos_process {virtuoso} | R Documentation |
Return a handle to an existing Virtuoso Process
Description
Generally a user will not need to access this function directly, though it may be useful for debugging purposes.
Usage
vos_process(p = NA)
Arguments
p |
a process object, returned by
|
Value
returns the processx::process()
object cached by vos_start()
to control the external Virtuoso sever process from R.
Examples
if(has_virtuoso())
vos_process()
[Package virtuoso version 0.1.8 Index]