spnCheck: Check spectrino object existance

Description Usage Arguments Value Author(s) Examples

Description

Check for spectrino object existance. If the object is not there, you probably missed to create it with spnNew(...) or for some reason it has been destroyed. If you are checking for the application too, the function will check only for existing connection to the application.

Usage

1
spnCheck(inclApp = FALSE)

Arguments

inclApp

- logical (default is FALSE) option to include (or not) the connection to the application in the verification

Value

spnCheck returns logical for spectrino object/app existance.

Author(s)

Teodor Krastev

Examples

1
2
3
4
5
6
7
# Initialization of Spectrino
spnNew() 

spnCheck(TRUE)

# Release of Spectrino
#spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.