spnFree {spectrino} | R Documentation |
Release R-object and closes application of Spectrino (optionally) after you have finished working with it. This is the proper way to close Spectrino, closing only the application will leave R-object of Spectrino.
spnFree(inclApp)
inclApp |
- logical (default is FALSE) option to include (or not) the release of Spectrino application as well |
spnFree
- Returns nothing.
Teodor Krastev
# Initialization of Spectrino spnNew() # Release of Spectrino spnFree(TRUE)