Learn R Programming

adapr (version 1.0.1)

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(project.id = get.project(), r = "", description = "", seed = 2011, run = TRUE)

Arguments

project.id
Name of project
r
is source file name or Filename to create
description
What program does
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("adaprHome","read_data.R")
# ## End(Not run) 

Run the code above in your browser using DataLab