spnOpenGroupOfBlocks {spectrino} | R Documentation |
Open a group of blocks from file "Filename" as list of names of blocks and then it opens all the blocks from the list. "<test>" as filename will generate test example group.
spnOpenGroupOfBlocks(Filename)
Filename |
- character string. The extension (*.GBK) is not a must. If the path is missing the default (blocks) folder is assumed. |
spnOpenGroupOfBlocks
returns TRUE if successful, FALSE - otherwise.
Teodor Krastev
spnOpenBlock , spnSaveBlock , spnSaveGroupOfBlocks
# Initialization of Spectrino spnNew() # generate test set spnOpenGroupOfBlocks("<test>") # Release of Spectrino spnFree(TRUE)