| spnGetBlockNames {spectrino} | R Documentation |
Get the names of all properies of a block or all the blocks names in the current group of blocks
spnGetBlockNames(Block = "")
Block |
- the name(character string) of a block; if empty - gets back the vector of block names. |
spnGetBlockNames returns a vector with the names of all properies of a block or all the blocks names.
Teodor Krastev
spnGetGrpName
# Initialization of Spectrino
spnNew()
# generate test set
spnOpenGroupOfBlocks("<test>")
# all the properties of block test1
spnGetBlockNames("test1")
# all the blocks if current group of blocks
spnGetBlockNames()
# Release of Spectrino
spnFree(TRUE)