sproutProgram: Lower level function that generates the shell of a code that...

Description Usage Arguments Details Value

Description

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

Usage

1
2
3
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

Details

Will not overwrite existing program. Not for direct use. See makeScript().

Value

Logical indicating success or not


adapr documentation built on May 1, 2019, 7:05 p.m.