Learn R Programming

spectrino (version 2.0.0)

spnFree: Release of Spectrino

Description

Release R-object and closes application of Spectrino (optionally) after you have finished working with it. That is the proper way to close Spectrino, closing only the application will leave R-object of Spectrino.

Usage

spnFree(inclApp)

Arguments

inclApp

- logical (default is FALSE) option to include (or not) the release of Spectrino application as well

Value

spnFree - Returns nothing.

Examples

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

# Release of Spectrino
#spnFree(TRUE)
# }

Run the code above in your browser using DataLab