sprout.program: Generates the shell of a code that is project specific
Description
Generates the shell of a code that is project specific
Usage
sprout.program(project.id = NA, source.file.name = NA, description = "", seed = 2011, capture.load.command = "library(adapr)", controller = FALSE)
Arguments
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
Value
Logical indicating success or not
Details
Will not overwrite existing program. Not for direct use. See make.program().