Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


adapr (version 2.0.0)

makeScript: Generates the shell of a code that is project specific

Description

Generates the shell of a code that is project specific

Usage

makeScript(r = "", description = "", project.id = getProject(),
  seed = 2011, run = TRUE, openTF = TRUE)

Arguments

r

is source file name or Filename to create

description

Character string describing what program does

project.id

Character string for name of project

seed

Random start seed

run

Logical for execution of r script

openTF

Logcial for opening R script

Value

Logical indicating failure or not

Details

Will not overwrite existing program. Executes program and opens stub program. Mostly wrapper for sproutProgram.

Examples

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

Run the code above in your browser using DataLab