| spnSaveGroupOfBlocks {spectrino} | R Documentation |
Save the current group of blocks as a list of names. Depending of the option from option dialog the command will save (default) or not the block themselves.
If you want to make sure that the blocks are saved regardless that option use spnSaveBlock("<ALL>") after with this command. Blocks always are saved in the same directory of their group of blocks file.
spnSaveGroupOfBlocks(Filename = "")
Filename |
- character string. The extension (*.GBK) is not a must. |
spnSaverGroupOfBlocks returns TRUE if successful, FALSE - otherwise.
Teodor Krastev
spnOpenBlock , spnOpenGroupOfBlocks , spnSaveBlock
# Initialization of Spectrino
spnNew()
# generate test set
spnOpenGroupOfBlocks("<test>")
# save test group
spnSaveGroupOfBlocks("")
# Release of Spectrino
spnFree(TRUE)