powered by
Generally a user will not need to access this function directly, though it may be useful for debugging purposes.
vos_process(p = NA)
a process object, returned by vos_process() or vos_start(). (will be restored from cache if not provided)
vos_process()
vos_start()
returns the processx::process() object cached by vos_start() to control the external Virtuoso sever process from R.
processx::process()
# NOT RUN { if(has_virtuoso()) vos_process() # }
Run the code above in your browser using DataLab