Description Usage Arguments Value Author(s) See Also Examples
Get the srcIdx source from a block and optionally execute it namespace/enviroment you are calling the function from.
| 1 | spnSourceBlock(Block, srcIdx, Eval = TRUE)
 | 
| Block | - character string, a name of a block. | 
| srcIdx | - integer (1,2,3); Gets a source (code) from srcIdx tab of the respective block | 
| Eval | - execute the code in namespace/enviroment you are calling the function from. | 
spnOpenTree returns the number of groups in the new spec-tree. spnGetGrpCount
Teodor Krastev
| 1 2 3 4 5 6 7 8 9 10 11 | # Initialization of Spectrino
spnNew() 
# generate test set
spnOpenGroupOfBlocks("<test>")
# gets source from tab 1 source of the block and execute it
spnSourceBlock("test3", 1, TRUE)
# Release of Spectrino
#spnFree(TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.