Learn R Programming

spectrino (version 2.0.0)

spnCheck: Check spectrino object existance

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

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.

Examples

Run this code
# NOT RUN {
# Initialization of Spectrino
spnNew() 

spnCheck(TRUE)

# Release of Spectrino
#spnFree(TRUE)
# }

Run the code above in your browser using DataLab