vos_process: Return a handle to an existing Virtuoso Process

View source: R/vos_process.R

vos_processR 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 vos_process() or vos_start(). (will be restored from cache if not provided)

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()


cboettig/virtuoso documentation built on April 23, 2024, 10:49 a.m.