spnOpenGroupOfBlocks {spectrino}R Documentation

Open a group of blocks

Description

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.

Usage

spnOpenGroupOfBlocks(Filename)

Arguments

Filename

- character string. The extension (*.GBK) is not a must. If the path is missing the default (blocks) folder is assumed.
All the filenames or directories must be with forward slashes e.g. D:/Spectrino/Blocks/Test.gbk. "<test>" string generates test example group of blocks.

Value

spnOpenGroupOfBlocks returns TRUE if successful, FALSE - otherwise.

Author(s)

Teodor Krastev

See Also

spnOpenBlock , spnSaveBlock , spnSaveGroupOfBlocks

Examples

# Initialization of Spectrino
spnNew() 

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

# Release of Spectrino
spnFree(TRUE)

[Package spectrino version 2.0.0 Index]