spnSaveBlock {spectrino} | R Documentation |
Save a block of properties in the folder of the group of blocks it belongs to.
spnSaveBlock(Block)
Block |
- the name(character string) of block to be saved. The destination directory is that of the group of block the block belongs to. |
spnSaveBlock
returns TRUE if successful, FALSE - otherwise.
Teodor Krastev
spnOpenBlock , spnSaveGroupOfBlocks
# Initialization of Spectrino spnNew() # generate test set spnOpenTree("<test>") # generate test set spnOpenGroupOfBlocks("<test>") # save a block spnSaveBlock("test3") # Release of Spectrino spnFree(TRUE)