Learn R Programming

spectrino (version 2.0.0)

spnSaveBlock: 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.

See Also

spnOpenBlock , spnSaveGroupOfBlocks

Examples

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

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

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

# save a block
spnSaveBlock("test3")

# Release of Spectrino
#spnFree(TRUE)
# }

Run the code above in your browser using DataLab