Description Usage Arguments Details Value
Lower level function that generates the shell of a code that is project specific
1 2 3 | sproutProgram(project.id = NA, source.file.name = NA, description = "",
seed = 2011, capture.load.command = "library(\"adapr\")",
controller = FALSE)
|
project.id |
Name of project |
source.file.name |
Filename to create |
description |
What program does |
seed |
Set seed at program initialization |
capture.load.command |
Command for loading inference tree library |
controller |
logical to insert lines that operate on analysis tree |
Will not overwrite existing program. Not for direct use. See makeScript().
Logical indicating success or not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.