Learn R Programming

adapr (version 2.0.0)

sproutProgram: Lower level function that generates the shell of a code that is project specific

Description

Lower level function that generates the shell of a code that is project specific

Usage

sproutProgram(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 makeScript().