Learn R Programming

adapr (version 1.0.2)

make.program: Generates the shell of a code that is project specific

Description

Generates the shell of a code that is project specific

Usage

make.program(r = "", description = "", project.id = get.project(),
  seed = 2011, run = TRUE)

Arguments

r

is source file name or Filename to create

description

What program does

project.id

Name of project

seed

Random start seed

run

Execute r script?

Value

Logical indicating failure or not

Details

Will not overwrite existing program. Executes program stub. Mostly wrapper for sprout.program.

Examples

Run this code
# NOT RUN {
 make.program("read_data.R",description="reads data","adaprHome")
# }

Run the code above in your browser using DataLab