spnSaveBlock {spectrino}R Documentation

Save a block of properties

Description

Save a block of properties in the folder of the group of blocks it belongs to.

Usage

spnSaveBlock(Block)

Arguments

Block

- the name(character string) of block to be saved. The destination directory is that of the group of block the block belongs to.
– <ALL> will save all the blocks from current group of blocks

Value

spnSaveBlock returns TRUE if successful, FALSE - otherwise.

Author(s)

Teodor Krastev

See Also

spnOpenBlock , spnSaveGroupOfBlocks

Examples

# Initialization of Spectrino
spnNew() 

# generate test set
spnOpenTree("<test>")

# generate test set
spnOpenGroupOfBlocks("<test>")

# save a block
spnSaveBlock("test3")

# Release of Spectrino
spnFree(TRUE)

[Package spectrino version 2.0.0 Index]