Lower level function that generates the shell of a code that is project specific
sproutProgram(project.id = NA, source.file.name = NA, description = "",
seed = 2011, capture.load.command = "library(\"adapr\")",
controller = FALSE)
Name of project
Filename to create
What program does
Set seed at program initialization
Command for loading inference tree library
logical to insert lines that operate on analysis tree
Logical indicating success or not
Will not overwrite existing program. Not for direct use. See makeScript().