Description Usage Arguments Value Author(s) See Also Examples
Get the names of all properies of a block or all the blocks names in the current group of blocks
1 | 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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.